摘要:
参考代码如下: var vareaCode="${regionId}"; var vrandNum="${__Random(000,999)}"; var vbirthday=${__time(YYYY,py)}+parseInt(Math.floor(Math.random()*48+18)+"$
阅读全文
posted @ 2017-04-09 16:08
新美好时代
阅读(737)
推荐(0)
编辑
摘要:
1)字节流 读写的链接流向源节点->FileInputStream->BufferedInputStream->ObjectInputStream->程序 程序->ObjectOutputStream->BufferedOutputStream->FileOutputStream->目标节点 2)字
阅读全文
posted @ 2017-04-09 14:44
新美好时代
阅读(317)
推荐(0)
编辑
摘要:
修改以下参数配置项的值,参考如下1、连接设置show variables like '%max_connection%';show status like '%Max_used_connections%';Max_used_connections/max_connection <=85% 2、存储在
阅读全文
posted @ 2017-04-09 14:38
新美好时代
阅读(229)
推荐(0)
编辑
摘要:
1、Linux知识说明1)文件位置 1)/etc/inittab2)模式介绍 0:挂起模式-不推荐 1:单用户模式-只有管理员可以进入该模式,可以修改root密码,处理有登录权限而没有修改文件的权限问题 2:多用户模式-不支持文件共享明服务(NFS),一般不使用 3:字符模式-在安装好X11后,可使
阅读全文
posted @ 2017-04-09 12:48
新美好时代
阅读(553)
推荐(0)
编辑
摘要:
linux文件操作命令介绍1)grepgrep 用于在文件中查找符合条件的记录grep 参数 过滤条件 文件过滤的条件中可使用正则表达式-c 显示符合的行数-i 忽略大小写-n 显示符合要求的记录,包含行号-v 显示不符合要求的记录-A n 显示符合要求的记录,及下面的n行-B n 显示符合要求的记
阅读全文
posted @ 2017-04-09 12:26
新美好时代
阅读(977)
推荐(0)
编辑
摘要:
安装程序命令介绍 安装包选择策略:能上外网:yum方式、绿色方式->不能上外网:rpm方式、configure方式 1、yum命令yum安装包时,会包所依赖的包也会安装到系统,将源换成163的源,解决依赖冲突1)列出系统支持安装的rpm包yum list|more例如:yum-plugin-secu
阅读全文
posted @ 2017-04-09 11:49
新美好时代
阅读(894)
推荐(0)
编辑
摘要:
[root@localhost ~]# vim /etc/security/limits.conf root soft nofile 65535root hard nofile 65535* soft nofile 65535* hard nofile 65535 [root@localhost ~
阅读全文
posted @ 2017-04-09 11:10
新美好时代
阅读(377)
推荐(0)
编辑