上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页
摘要: sudo apt-get install ttf-droid ttf-wqy-zenhei xfonts-wqy ttf-wqy-microhei ttf-arphic-ukai ttf-arphic-uming 阅读全文
posted @ 2015-01-18 21:39 怒杀神 阅读(376) 评论(0) 推荐(0)
摘要: aptana studio3 安装 zencoding(Emmet) 插件zen coding 更名为Emmetemmet谷歌主页地址:http://code.google.com/p/zen-coding/ emmet官方 aptana 插件地址https://github.com/sergech... 阅读全文
posted @ 2015-01-17 11:13 怒杀神 阅读(275) 评论(0) 推荐(0)
摘要: 基本查询方式 字符串条件查询, 索引数组条件查询 对象条件查询 SQL语句大小写是一样的,但是,执行的时候有一个小写到大写的转换,所以最好写大写$condition=new \stdClass();//对象形式查询stdClass是php内置类,可以理解为一个空类,这里要把条件作为字段保存到其中,而... 阅读全文
posted @ 2015-01-16 18:21 怒杀神 阅读(12047) 评论(0) 推荐(0)
摘要: 试来试去还是喜欢小企鹅多一些 第一步:在终端下sudo apt−get install fcitx fcitx−sunpinyin fcitx-ui-classic fcitx-tablesudo apt-get install fcitx-config-common fcitx-config-gt... 阅读全文
posted @ 2015-01-16 17:01 怒杀神 阅读(300) 评论(0) 推荐(0)
摘要: 使用大(写字母)D方法: 如果,在默认到Home模块下面找不到UserModel模块,那么就会到Common模块下去找。 而如果此时在Common模块下还是找不到UserModel,那就会调用Model基类(效果等于M()方法) 跨模块实例化 $user=D('Admin/User') 使用M()... 阅读全文
posted @ 2015-01-16 13:31 怒杀神 阅读(492) 评论(0) 推荐(0)
摘要: 新建数据库数据库连接功能 1.写conf.php /* 数据库设置 */ 'DB_TYPE' => '', // 数据库类型 'DB_HOST' => '', // 服务器地址 'DB_NAME' => '', // 数据库名 'DB_USER' => '', // 用户名 'DB_PW... 阅读全文
posted @ 2015-01-13 21:05 怒杀神 阅读(1588) 评论(0) 推荐(0)
摘要: 重写模式(省略url中的index.php)在apache配置文件httpd.conf中,查找 1.mod_rewrite.so, 启动此模块 2.AllowOverride , 值= All 3. 把下面的内容保存为.htaccess文件放到应用入口文件的同级目录下 12Optio... 阅读全文
posted @ 2015-01-13 21:01 怒杀神 阅读(7124) 评论(0) 推荐(0)
摘要: QQ:让index.php默认加载Home模块的Index控制器;而让admin.php默认去加载Admin模块的Adminc控制器.AA:复制index.php命名为admin.php复制(新建)Admin模块的控制器如AdmincController增加admin.php内容: $_GET['m... 阅读全文
posted @ 2015-01-13 20:55 怒杀神 阅读(7707) 评论(0) 推荐(0)
摘要: 1.准备JDK安装包下载地址: http://www.oracle.com/technetwork/java/javase/downloads/index.html 下载对应平台的tar.gz格式压缩包2.放置到目标位置把压缩包先解压,然后复制到指定位置3.配置环境脚本有两个常用的环境脚本(/etc... 阅读全文
posted @ 2015-01-12 11:34 怒杀神 阅读(416) 评论(0) 推荐(0)
摘要: 如果已经安装了ibus,需要卸载ibus: sudo yum remove ibus;安装fcitx: sudo yum install fcitx fcitx-pinyin fcitx-configtool;sudo yum install fcitx-pinyinsudo yum install... 阅读全文
posted @ 2014-12-25 10:05 怒杀神 阅读(6675) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页