- 博客(8)
- 资源 (6)
- 收藏
- 关注
转载 重置zend studio 默认设置的方法
重置zend studio 默认设置的方法 这个方法类似于手机的“恢复出厂设置”的功能,就是将所有的使用记录全部清除,用于解决zend studio使用过程中遇到的各种莫名其妙的问题,可以说是zend studio各种问题的终极解决方法~能够解决诸如zend studio没有代码提示、zend studio停止在启动画面假死、zend studio集成php手册以后不能正常使
2014-02-12 17:04:11
1200
原创 有边框的验证码
html code: New Document function reloadcode() { var timestamp = Date.parse(new Date()); $("#img").attr('src','check.php/'+timestamp); //这里换成你的地址 }   &
2011-10-25 09:13:43
694
原创 导出符合条件的mysql记录
view层code: /admin/package/export_excel?status=0'">导出所有数据 controller层code: /** * 生成EXCEL文件 */ public function action_export_excel() { $status = $_REQUEST['status']; header("Content-type:appl
2011-10-24 14:46:00
1339
原创 zend studio有关字体的小操作
Zend Studio for Eclipse 7.2 及以上版本如何修改编辑器的字体大小? 窗口(windows) -> 首选项(preferences) -> 常规(general) -> 外观(apprearcn) -> 颜色和字体(color and font) ->
2011-09-09 09:17:40
1597
原创 jquery基础知识
jquery的基础知识初学总结 1,$(document).ready 资料上说这个是在文档加载完毕的时候发生,document这里的意思是获取整个文档对象,使用方法如下 $(document).ready(function(){ alert('test'); }
2011-08-10 10:55:56
416
转载 单双引号的区别和混搭使用
一、引号定义字符串 在php中,通常一个字符串被定义在一对引号中,如: 'i am a string in single quotes' "i am a string in double quotes" php语法分析器是用成对的引号来判断一个字符串的。因此,所有
2011-08-10 10:54:52
1292
原创 mb_substr和mb_strcut的区别
首先 1.确保你的Windows/system32下有php_mbstring.dll这个文件,没有就从你Php安装目录extensions里拷入Windows/system32里面。 2.在windows目录下找到php.ini打开编辑,搜索mbstring.d
2011-08-10 10:53:48
446
使用PHP+Sphinx建立高效的站内搜索引擎.doc
2011-10-20
人才网源码
2011-09-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅