摘要: 第一步:安装node >git clone https://github.com/joyent/node.git >cd node >git checkout v0.10.33-release >./configure >make >make install 第二步:安装npm mac下使用命令ru 阅读全文
posted @ 2016-02-24 16:10 Adtuu 阅读(174) 评论(0) 推荐(0) 编辑
摘要: —– BEGIN LICENSE —– Michael Barnes Single User License EA7E-821385 8A353C41 872A0D5C DF9B2950 AFF6F667 C458EA6D 8EA3C286 98D1D650 131A97AB AA919AEC EF 阅读全文
posted @ 2016-02-24 16:09 Adtuu 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 1、下载带有openSSL的apache安装包,我下载的为apache_2.2.11-win32-x86-openssl-0.9.8i.msi,安装后确认一下bin路径下的openssl.exe,ssleay32.dll和libeay32.dll,无误进行下一步。2、修改两个配置文件,一个为conf 阅读全文
posted @ 2016-01-30 21:47 Adtuu 阅读(365) 评论(0) 推荐(0) 编辑
摘要: http://www.gitcentral.comhttp://www.projectlocker.comhttp://gitfarm.appspot.comhttp://code.google.com/hosting/http://offers.assembla.com/free-git-host... 阅读全文
posted @ 2016-01-25 09:24 Adtuu 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 配置好php环境后,下载如下依赖包,解压目录选择php的ext目录,并在php.ini中加上(我的php版本为5.6)extension=php_pdo_sqlsrv_56_ts.dllextension=php_sqlsrv_56_ts.dll重启apache,在phpinfo中查看sqlsrv是... 阅读全文
posted @ 2016-01-15 09:35 Adtuu 阅读(9076) 评论(0) 推荐(0) 编辑
摘要: KodExplorer 阅读全文
posted @ 2016-01-14 13:26 Adtuu 阅读(226) 评论(0) 推荐(0) 编辑
摘要: http://files.cnblogs.com/files/adtuu/circle_image.zip 阅读全文
posted @ 2016-01-13 09:33 Adtuu 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 通过phpinfo(); 查看其中的 Thread Safety 项,这个项目就是查看是否是线程安全,如果是:enabled,一般来说应该是ts版,否则是nts版。 阅读全文
posted @ 2016-01-11 17:22 Adtuu 阅读(341) 评论(0) 推荐(0) 编辑
摘要: var JPlaceHolder = { //检测 _check : function(){ return 'placeholder' in document.createElement('input'); }, //初始化 init : functi... 阅读全文
posted @ 2015-12-15 09:57 Adtuu 阅读(158) 评论(0) 推荐(0) 编辑
摘要: header('Cache-control: private, must-revalidate');session_cache_limiter('private, must-revalidate');一定要在session_start()前 阅读全文
posted @ 2015-12-14 14:43 Adtuu 阅读(368) 评论(0) 推荐(0) 编辑
摘要: git config --global credential.helper store 阅读全文
posted @ 2015-11-25 13:16 Adtuu 阅读(128) 评论(0) 推荐(0) 编辑
摘要: php保存base64数据if(isset($param['cover_pic']) && !empty($param['cover_pic'])) { if (preg_match('/^(data:\s*image\/(\w+);base64,)/', $param['cover_pic... 阅读全文
posted @ 2015-11-19 14:36 Adtuu 阅读(219) 评论(0) 推荐(0) 编辑
摘要: azure注册码 用户名:aaa 注册秘钥:2GQrt5XHYY7SBK/4b22Gm4Dh8alaR0/0k3gEN5h7FkVPIn8oG3uphlOeytIajx注册用户名:www.yuanxingku.com注册码:PQruG12e+333XUOJaBnFcU6SEbQzGU703UWv... 阅读全文
posted @ 2015-11-19 14:35 Adtuu 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 1、打开sqlserver对象资源管理器 右键 方面 常规 服务器配置 RemoteAccessEnabled true RemoteDacEnabled true2、打开SQL SERVER管理工具 sqlserver网络配置 sqlexpress的协议 tcp/ip 协议 已启用 是... 阅读全文
posted @ 2015-11-19 14:34 Adtuu 阅读(399) 评论(0) 推荐(0) 编辑
摘要: SQL Server 2008 R2密钥序列号序列号: 开发版(Developer): PTTFM-X467G-P7RH2-3Q6CG-4DMYB 企业版(Enterprise): JD8Y6-HQG69-P9H84-XDTPG-34MBBDeveloper: PTTFM-X467G-P7RH2-3... 阅读全文
posted @ 2015-11-19 14:34 Adtuu 阅读(1562) 评论(0) 推荐(0) 编辑
摘要: query('set names utf8');$query = $connect->prepare('select * from art');$query->execute();$query->bind_result($id, $pid, $cate, $path);$arr = [];while... 阅读全文
posted @ 2015-11-04 15:46 Adtuu 阅读(533) 评论(0) 推荐(0) 编辑
摘要: <?php class commonFunction{ function callInterfaceCommon($URL,$type,$params,$headers){ $ch = curl_init(); $timeout = 5; ... 阅读全文
posted @ 2015-11-03 09:54 Adtuu 阅读(483) 评论(0) 推荐(0) 编辑
摘要: http://files.cnblogs.com/files/adtuu/no-debug-non-zts-20121212.zip/Applications/XAMPP/xamppfiles/lib/php/extensions 阅读全文
posted @ 2015-10-18 18:57 Adtuu 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 下载ermaster.jar放到plugins重启eclipse即可 阅读全文
posted @ 2015-10-08 09:22 Adtuu 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 另外一种PHP查询模式是非缓冲查询,数据库服务器会一条一条的返回数据,而不是一次全部返回,这样的结果就是PHP程序消耗较少的内存,但却增加了数据库服务器的压力,因为数据库会一直等待PHP来取数据,一直到数据全部取完。很显然,缓冲查询模式适用于小数据量查询,而非缓冲查询适应于大数据量查询。mysqli... 阅读全文
posted @ 2015-10-01 09:10 Adtuu 阅读(1138) 评论(0) 推荐(0) 编辑