解一: public class ModelConvertHelper<T> where T : new() // 此处一定要加上new() { public static IList<T> ConvertToModel(DataTable dt) { IList<T> ts = new List< ...
分类:
其他好文 时间:
2016-05-09 12:47:06
阅读次数:
143
参考文献:
(1)3GPP TS 36.101 V10.21.0 (2016-1) User Equipment (UE) radio transmission and reception
(2)《4G LTE/LTE-Advanced for Mobile Broadband》...
分类:
其他好文 时间:
2016-05-07 08:02:33
阅读次数:
395
参考文献:
(1)3GPP TS 36.211 V9.1.0 (2010-03) Physical Channels and Modulation
(2)《4G LTE/LTE-Advanced for Mobile Broadband》
(3)http://www.sharetechnote.com/
(4)3GPP TS 36.213 V9.3.0 (2010-09) Physical layer procedures...
分类:
其他好文 时间:
2016-05-06 15:50:25
阅读次数:
746
参考文献:
(1)3GPP TS 36.300 V9.10.0 (2012-12) Overall description
(2)http://www.sharetechnote.com/...
分类:
其他好文 时间:
2016-04-29 19:50:01
阅读次数:
225
线程同步
CLR为每个线程分配了线程栈,用于保存本地变量,这样可以保证本地变量是独立的,案例:
static void Main(string[] args)
{
ThreadStart ts = new ThreadStart(Print);
new Thread(ts).S...
分类:
编程语言 时间:
2016-04-29 16:26:30
阅读次数:
221
参考文献
(1)3GPP TS 36.300 V9.10.0 (2012-12) Overall description
(2)3GPP TS 36.321 V9.6.0 (2012-03) Medium Access Control (MAC) protocol specification
(3)3GPP TS 36.331 V9.18.0 (2014-06) Radio Resource Control (RRC)
(4)3GPP TS 36.133 V9.15.0 (2013-03) Requirem...
分类:
其他好文 时间:
2016-04-29 15:30:13
阅读次数:
324
参考文献:
(1)3GPP TS 36.300 V9.10.0 (2012-12) Overall description
(2)http://www.sharetechnote.com/...
分类:
其他好文 时间:
2016-04-26 21:48:10
阅读次数:
144
1、下载xdebug,地址为 http://www.xdebug.org/download.php 注意下载的版本。分为64bit和32bit,还区分TS(Thread Safe)一定要安装对应的版本 这些信息都可以通过phpinfo()得到。 2、将下载的文件复制到php中的ext目录,重命名为p ...
分类:
Web程序 时间:
2016-04-24 06:10:51
阅读次数:
160
1. 下载32位Oracle InstantClient,并展开到某目录,例如D:\instantclient_12_1 2. 将系统的tnsnames.ora(D:\instantclient_12_1)拷贝到该目录下;(D:\app\ts\product\11.2.0\dbhome_2\NETW ...
分类:
数据库 时间:
2016-04-20 20:00:25
阅读次数:
1267
参考文献
(1)3GPP TS 36.211 V9.1.0 (2010-03) Physical Channels and Modulation
(2)3GPP TS 36.331 V9.18.0 (2014-06) Radio Resource Control (RRC)
(3)http://www.sharetechnote.com/...
分类:
其他好文 时间:
2016-04-17 22:55:44
阅读次数:
989