参考:http://blog.csdn.net/msmile_my/article/details/9018775第一类:属性值 true或者 false
android:layout_centerHrizontal 水平居中 android:layout_centerVertical 垂直居中.....
分类:
移动开发 时间:
2014-06-29 14:49:20
阅读次数:
276
声明:该笔记引自W3School! 元素用于提取某个选定节点的值,并把值添加到转换的输出流中:
My CD Collection Title Artist 注意:select属性的值是一个 ...
分类:
其他好文 时间:
2014-06-03 08:19:37
阅读次数:
241
1、将下载的MySQL压缩包解压到自定义目录下(D:\Program Files
(x86)\mysql-5.6.16-winx64)。2、将mysql注册为windows系统服务操作如下:1)新建一个my.ini文件并把my.ini文件放到D:\Program
Files (x86)\mysql-...
分类:
数据库 时间:
2014-05-31 21:53:43
阅读次数:
380
binlog启用和禁用在/etc/my.cnf文件中添加log-bin=mysql-bin来启用binlog,mysql-bin为日志文件名前缀。如果用户有super权限,可通过set
sql_log_bin=1/0来启用或禁用当前会话的binlog记录。binlog的设置A: binlog_do_...
分类:
其他好文 时间:
2014-05-31 15:09:00
阅读次数:
230
1、修改/etc/my.cnf文件
找到mysqld选项,增加子项skip-grant-tables2、重新启动mysql服务 service mysqld restart3、进入mysql
在shell中执行mysql -u root4、设置root新密码 update mysql.user se...
分类:
数据库 时间:
2014-05-30 23:34:38
阅读次数:
334
http://blogs.msdn.com/b/borisj/archive/2006/09/28/769708.aspxI apologize for the
long delay for this section (although I suppose my average posting fr...
分类:
编程语言 时间:
2014-05-30 13:08:38
阅读次数:
362
mysql too many open
connections问题解决方法。原文参考:http://www.jbxue.com/db/10068.html原因主要是:max_connections配置问题导致,它必须在[mysqld]下面才会生效。曾经以为在my.cnf写入max_connectio...
分类:
数据库 时间:
2014-05-30 05:22:53
阅读次数:
319
Recently in one of my project I needed to have
an option to display the DateTimePicker allowing user to pick both the date and
the time. When I drag t...
分类:
其他好文 时间:
2014-05-29 17:46:20
阅读次数:
239
一、EL简介1.语法结构 ${expression}2.[]与.运算符 EL
提供.和[]两种运算符来存取数据。 当要存取的属性名称中包含一些特殊字符,如.或?等并非字母或数字的符号,就一定要使用 []。例如:
${user.My-Name}应当改为${user["My-Name"] } 如果要动态...
分类:
其他好文 时间:
2014-05-29 15:05:36
阅读次数:
325
今天闲来无事,拿来X-Scan-v3.3来扫描自己的服务器,开放端口有22,80,443,3306;3306端口被扫出来,呵呵,那可不得了;一,屏蔽扫描器扫出3306端口,因为web和数据库是在同一台服务器上,就没有必要打开远程连接数据库,操作如下;
1.1 在配置文件/etc/my.cnf中,修....
分类:
数据库 时间:
2014-05-29 09:15:45
阅读次数:
292