上一页 1 2 3 4 5 6 7 8 9 ··· 37 下一页
摘要: /********************************************************************************* * Function: PagedProc * * Description: * * Sql2005分页存储过程 * * Finish 阅读全文
posted @ 2017-08-13 21:37 袁晓平 阅读(155) 评论(0) 推荐(0) 编辑
摘要: use \Curl\Curl; $curl = new Curl();$curl->setHeader('Content-Type', 'application/json');$curl->post('http://yuexingy.top:5100/withdraw/withdraw.php', 阅读全文
posted @ 2017-08-12 22:22 袁晓平 阅读(219) 评论(0) 推荐(0) 编辑
摘要: use GuzzleHttp\Pool;use GuzzleHttp\Client;//use GuzzleHttp\Psr7\Request;use Psr\Http\Message\ResponseInterface;use GuzzleHttp\Exception\RequestExcepti 阅读全文
posted @ 2017-08-12 22:21 袁晓平 阅读(1840) 评论(0) 推荐(0) 编辑
摘要: use GuzzleHttp\Pool;use GuzzleHttp\Client;//use GuzzleHttp\Psr7\Request;use Psr\Http\Message\ResponseInterface;use GuzzleHttp\Exception\RequestExcepti 阅读全文
posted @ 2017-08-12 22:17 袁晓平 阅读(1525) 评论(0) 推荐(0) 编辑
摘要: alter proc [dbo].[aaa]( @AgencyID int,--代理商ID @AdminID int --结算操作人ID(管理员ID))asbegin select top 5 * from tusers return 5end $dbh = DB::connection()->ge 阅读全文
posted @ 2017-08-09 18:25 袁晓平 阅读(1354) 评论(0) 推荐(0) 编辑
摘要: function getUrlVars() { var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for(var i = 0; 阅读全文
posted @ 2017-07-29 19:49 袁晓平 阅读(417) 评论(0) 推荐(0) 编辑
摘要: @if (Session::get('user') == NULL) {!!Redirect::to('login')!!} @endif or @if (Session::get('user') == NULL) <script> window.location = 'login'; </scri 阅读全文
posted @ 2017-07-26 11:22 袁晓平 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 1、7.0.x 1、7.0.x 7.0.x的扩展下载地址: Microsoft Drivers for PHP for SQL Server https://www.microsoft.com/en-us/download/details.aspx?id=20098 ODBC Driver: Mic 阅读全文
posted @ 2017-07-24 15:22 袁晓平 阅读(452) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/download/more/ 阅读全文
posted @ 2017-06-20 00:24 袁晓平 阅读(993) 评论(0) 推荐(0) 编辑
摘要: 7down voteaccepted I don't think its necessary to add everything into path.Just add the JAVA_HOME , ANDROID_HOME and ANT_HOME to path and point out th 阅读全文
posted @ 2017-06-14 16:16 袁晓平 阅读(1868) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 37 下一页