- 博客(4)
- 收藏
- 关注
原创 Git入门
安装 git for windows git for OSX git for linux 配置git 在使用git之前你需要配置一下git。git在你创建提交的时候会记录你的名字和email地址,所以你应该告诉git这些内容。可以使用'git config'命令来设置。 $ git config --global user.name "你的用户名" $ git config -
2016-03-08 15:56:32 246
原创 MongoDB在windows上的配置
MongoDB的官方下载 MongoDB for Windows 64-bit 适合 64 位的 Windows Server 2008 R2, Windows 7 , 及最新版本的 Window 系统。MongoDB for Windows 32-bit 适合 32 位的 Window 系统及最新的 Windows Vista。 32 位系统上 MongoDB 的数据库
2016-03-08 15:49:00 325
原创 CI框架学习整理
一.CI的HelloWorld! 注意:CI禁止直接通过文件目录来访问控制器。 ./application/controllers/hello.php 1 php 2 //放止用户直接通过路径来访问控制器,如果这样的话会显示找不到(封装) 3 if ( ! defined('BASEPATH')) exit('No direct script access allowed')
2015-08-27 17:22:07 336
原创 mysql_real_escape_string
mysql_real_escape_string 主要是为了 数据库防注入、以及语句正确性等需要,将读写语句中的字符进行了转换; 但最终写入到数据库中的内容,依旧是你转义前的;所以当你读出来的时候,依旧是原来转义前的内容; 比如,你要在数据库中插入字符串 aaaa"aaaa 但如果写成insert into table values("aaaa"aaaa"); 语句就出错了,使用mysql_r
2015-08-27 17:15:46 480
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人