上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 昆,简单说下安装教程1,安装Git2,安装TortoiseGit3,打开第一步安装的git工具GIT BASH设置Git的user name和email:git config --global user.name "jami"git config --global user.email "jami@... 阅读全文
posted @ 2016-01-05 19:31 jami918 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 导出数据库表数据:最常用的:mysqldump -uroot -pmysql databasefoo table1 table2 > foo.sql这样就可以将数据库databasefoo的表table1,table2以sql形式导入foo.sql中,其中-uroot参数表示访问数据库的用户名是ro... 阅读全文
posted @ 2015-07-03 18:25 jami918 阅读(101) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-06-09 19:09 jami918 阅读(5) 评论(0) 推荐(0) 编辑
摘要: http://localhost/seajs/index.htmlHello Seajs Hello SeaJShttp://localhost/seajs/app/jquery/jquery.jshttp://localhost/seajs/app/app.jsdef... 阅读全文
posted @ 2015-04-03 17:24 jami918 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 我们常说的网络安全其实应该包括以下三方面的安全:1、机密性,比如用户的隐私被窃取,帐号被盗,常见的方式是木马。2、完整性,比如数据的完整,举个例子,康熙传位十四子,被当时四阿哥篡改遗诏:传位于四子,当然这是传说,常见的方式是XSS跨站脚本攻击和csrf跨站请求伪造。3、可用性,比如我们的网络服务是否... 阅读全文
posted @ 2015-02-06 10:56 jami918 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 1 return $this->model()->getDbConnection()->createCommand()2 ->select("t.type,t.title,t.class_id,t.thumb,t.hours,t.real_pri... 阅读全文
posted @ 2014-12-10 15:41 jami918 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 1 protected function _init() 2 { 3 4 } 5 6 public function beforeAction($action) 7 { 8 //黑名单 9 $bla... 阅读全文
posted @ 2014-12-04 18:21 jami918 阅读(235) 评论(0) 推荐(0) 编辑
摘要: art 基本示例显示图片外部页面视频询问广告关闭弹出菜单 阅读全文
posted @ 2014-11-25 15:48 jami918 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 1.首先,下载NodeJs程序.地址 http://www.nodejs.org/download/,选择Windows Installer 64bit2.下载下来后,狂点下一步,安装在本地硬盘上。我是安装在了D:\Program Files\NodeJs3.下载后开始菜单中打开nodeJs com... 阅读全文
posted @ 2014-10-23 18:42 jami918 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 模块的定义就不写了,直接进入主题看目录和文件:application/modules/client/controllers/UserController.php 1 user->userid;13 $test = $this->user->test;14 $test1... 阅读全文
posted @ 2014-10-09 16:26 jami918 阅读(333) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页