09 2013 档案

摘要:如果在启用服务的时候提示”发生系统错误1067″的话,则需要在安装服务的时候指定配置文件的路径如:d:/coreseek/bin>searchd –-install –c d:/coreseek/etc/mysql.conf//--install 必须写在 -c的前面,并且-c后面的必须是全路径 阅读全文
posted @ 2013-09-24 13:34 taoxiaodong 阅读(514) 评论(0) 推荐(0) 编辑
摘要:比如我有两个变量,我要将a转换成字符串,将b转换成JSON对象:1vara={"name":"tom","sex":"男","age":"24"};23varb='{"name":"Mike","sex":"女","age":"29"}';在Firefox,chrome,opera,safari,ie9,ie8等高级浏览器直接可以用JSON对 阅读全文
posted @ 2013-09-10 17:40 taoxiaodong 阅读(182) 评论(0) 推荐(0) 编辑
摘要:1.丢弃小数部分,保留整数部分php: intval(7/2)js:parseInt(7/2)2.向上取整,有小数就整数部分加1php: ceil(7/2)js: Math.ceil(7/2)3,四舍五入.php: round(7/2)js: Math.round(7/2)4,向下取整php: floor(7/2)js: Math.floor(7/2) 阅读全文
posted @ 2013-09-09 19:42 taoxiaodong 阅读(418) 评论(0) 推荐(0) 编辑
摘要:1目录2================================================================================31.简介42.功能52.1.全局命令62.2.书签7 2.2.1.书签表8 2.2.2.书签命令9 2.2.3.无效书签102.3.Nerdtree映射112.4.文件系统菜单123.选项133.1.选项总结143.2.选项明细1516171.简介18--------------------------------------------------------------------------------19Nerd... 阅读全文
posted @ 2013-09-08 13:49 taoxiaodong 阅读(205) 评论(0) 推荐(0) 编辑
摘要:[PHP]代码0102= ord("A")and$fchar= -20319and$asc= -20283and$asc= -19775and$asc= -19218and$asc= -18710and$asc= -18526and$asc= -18239and$asc= -17922and$asc= -17417and$asc= -16474and$asc= -16212and$asc= -15640and$asc= -15165and$asc= -14922and$asc= -14914and$asc= -14630and$asc= -14149and$asc= -14 阅读全文
posted @ 2013-09-04 18:24 taoxiaodong 阅读(224) 评论(0) 推荐(0) 编辑
摘要:一、查看创建函数的功能是否开启:mysql> show variables like '%func%';+-----------------------------------------+-------+| Variable_name | Value |+-----------------------------------------+-------+| log_bin_trust_function_creators | ON |+-----------------------------------------+-------+1 row in set (0.02 阅读全文
posted @ 2013-09-04 08:30 taoxiaodong 阅读(521) 评论(0) 推荐(0) 编辑