上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页
摘要: 1、安装 运行 or add to the require section of your composer.json. 2、配置 main.php里加入 return [ //.... 'components' => [ 'mongodb' => [ 'class' => '\yii\mongod 阅读全文
posted @ 2016-04-12 13:43 袁晓平 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 用jquery实现的Post方法可能如下 .xx.h @interface ChatViewController : UIViewController<ASIHTTPRequestDelegate> { } xx.m - (void) postMessage { NSString *s = [NSS 阅读全文
posted @ 2016-03-29 11:41 袁晓平 阅读(704) 评论(0) 推荐(0) 编辑
摘要: Xcode7 beta 网络请求报错:The resource could not be loaded because the App TransportXcode7 beta 网络请求报错:The resource could not be loaded because the App Trans... 阅读全文
posted @ 2016-01-26 10:23 袁晓平 阅读(572) 评论(0) 推荐(0) 编辑
摘要: 在BuildSettings->HeaderSearchPaths 增加如下路径,问题解决$(OBJROOT)/UninstalledProducts/include"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include" 阅读全文
posted @ 2016-01-22 18:02 袁晓平 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 文本框:textInput();密码框:passwordInput();单选框:radio(),radioList();复选框:checkbox(),checkboxList();下拉框:dropDownList();隐藏域:hiddenInput();文本域:textarea(['rows'=>3... 阅读全文
posted @ 2015-12-22 23:48 袁晓平 阅读(361) 评论(0) 推荐(0) 编辑
摘要: php服务地址:http://192.168.2.117/web/index.php/buy/auctionselect编写脚本service.sh,内容:#! /bin/shcrulhttp://192.168.2.117/web/index.php/buy/auctionselect保存,chm... 阅读全文
posted @ 2015-10-31 19:29 袁晓平 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 为当前用户创建cron服务1. 键入 crontab -e 编辑crontab服务文件 例如 文件内容如下: */2 * * * * /bin/sh /home/admin/jiaoben/buy/deleteFile.sh 保存文件并并退出*/2 * * * * /bin/sh /home/adm... 阅读全文
posted @ 2015-10-29 22:08 袁晓平 阅读(1065) 评论(0) 推荐(0) 编辑
摘要: RewriteEngine on# if a directory or a file exists, use it directlyRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-d# otherwise fo... 阅读全文
posted @ 2015-10-27 15:32 袁晓平 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 其实就是用两个时间戳相减,余数转换为日期,就是所剩的年月日时分秒,不过年份-1970$scope.timerID = null; $scope.timerRunning = false;$scope.showtime = function() { if ($scope.data === un... 阅读全文
posted @ 2015-10-17 21:53 袁晓平 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 一个Company记录可以对应多个CompanyUser纪录Company表:[['id', 'nature_id', 'scale_id', 'pro_id', 'created_at', 'updated_at'], 'integer'], [['id','company_... 阅读全文
posted @ 2015-10-15 18:33 袁晓平 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页