上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 55 下一页

2016年3月27日

THINKPHP导入全部post参数

摘要: @extract($_POST);//导入全部POST参数直接使用变量 阅读全文

posted @ 2016-03-27 11:53 HOT SUMMER 阅读(414) 评论(0) 推荐(0)

2016年3月25日

thinkphp 表单一些

摘要: <tr class="tr rt"> <td colspan="4" class="lt"> <select name="hylbid"> <option value="0">前选择</option> <volist name="hangye" id="hangye"> <option value= 阅读全文

posted @ 2016-03-25 14:51 HOT SUMMER 阅读(237) 评论(0) 推荐(0)

2016年3月24日

随机唯一不重复

摘要: public static int GetRandomSeed() { byte[] bytes = new byte[4]; System.Security.Cryptography.RNGCryptoServiceProvider rng = new System.Security.Cryptography.RN... 阅读全文

posted @ 2016-03-24 11:51 HOT SUMMER 阅读(192) 评论(0) 推荐(0)

2016年3月18日

TP关联模型

摘要: array( 'mapping_type'=>BELONGS_TO, 'foreign_key'=>'rid', //主表在中间表中的关联字段名称 就是Expertise表的外键 'relation_key'=>'id'... 阅读全文

posted @ 2016-03-18 10:08 HOT SUMMER 阅读(270) 评论(0) 推荐(0)

2016年3月16日

PHP函数之类

摘要: if(isset($_POST['dosubmit'])) { } 打散 $array_urls = explode("\r\n",$inurl_str); foreach ($array_urls as $key => $value) { } 大小写 strtolower() 统计 if(count($data) $value) ... 阅读全文

posted @ 2016-03-16 09:27 HOT SUMMER 阅读(559) 评论(0) 推荐(0)

2016年3月9日

MSSQLid清零

摘要: truncate table [cellphone2016].[dbo].[tp_phone_9] 阅读全文

posted @ 2016-03-09 20:49 HOT SUMMER 阅读(319) 评论(0) 推荐(0)

2016年2月5日

httpwebrequest异步参考

摘要: http://www.cnblogs.com/SanMaoSpace/archive/2011/07/27/2118133.html http://www.cnblogs.com/qianlifeng/archive/2010/04/23/1718343.html http://www.cnblog 阅读全文

posted @ 2016-02-05 20:40 HOT SUMMER 阅读(388) 评论(0) 推荐(0)

2016年1月27日

反射

摘要: Type t = typeof(People); 2. Console.WriteLine("----------------Method------------------"); 3. Met... 阅读全文

posted @ 2016-01-27 13:02 HOT SUMMER 阅读(159) 评论(0) 推荐(0)

2016年1月21日

UrlOper

摘要: using System;using System.Text.RegularExpressions;using System.Web;using System.Collections.Specialized;namespace DotNet.Utilities{ /// /// URL的操作类... 阅读全文

posted @ 2016-01-21 16:35 HOT SUMMER 阅读(375) 评论(0) 推荐(0)

2016年1月18日

Sokcet方式请求HTTP/HTTPS的封装类HttpHelper

摘要: using System;using System.Collections;using System.Collections.Generic;using System.Diagnostics;using System.IO;using System.Net;using System.Net.Secu... 阅读全文

posted @ 2016-01-18 09:01 HOT SUMMER 阅读(352) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 55 下一页

导航