AutoLayout这个2012年iOS出来的新东东,当然现在不算新东东了。如是说:AutoLayout是一种基于约束的,描述性的布局系统。 Auto
Layout Is a Constraint-Based, Descriptive Layout System.关键词:基于约束 - 和以往定义fr...
分类:
其他好文 时间:
2014-04-30 20:12:49
阅读次数:
456
List to DataTable. 利用反射,将任意元素类型 的 List 转为
DataTable.Using System.Collections;Using System.Reflection; public static
DataTable ToDataTable(IList...
分类:
其他好文 时间:
2014-04-30 20:06:11
阅读次数:
422
foreach(System.Windows.Forms.Controlcontrolinthis.groupBox2.Controls)//遍历groupBox2上的所有控件{
if(controlisSystem.Windows.Forms.PictureBox) { ...
摘自《Asp.Net
本质论》作者:郝冠军//在.Net中。system.Net命名空间提供了网络编程的大多数数据据类型以及常用操作,其中常用的类型如下: /* IPAddress
类表示一个IP地址 * IPEndPoint类用来表示一个IP地址和一个...
分类:
Web程序 时间:
2014-04-30 16:01:20
阅读次数:
556
封装处理下,以后项目用到可以直接使用,比较简单。 1.首先看封装好的类 using
System;using System.Data;using System.IO;using System.Text;using
CSharpUtilHelpV2;using StringUtilHelp;names...
分类:
其他好文 时间:
2014-04-30 15:47:46
阅读次数:
470
原文:利用System.Net.Mail
的SmtpClient发送邮件几个月前总结过关于Jmail发送邮件,当时用Jmail发送邮件发送速度有点慢(可能对Jmail了解不是很多).现在改为用微软提供的SmtpClient来发送邮件。MailMessage
用于构造可以使用SmtpClient类传输...
分类:
Web程序 时间:
2014-04-30 15:26:06
阅读次数:
604
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading;using
System.Threading.Tasks;using...
分类:
其他好文 时间:
2014-04-30 14:32:24
阅读次数:
514
少走弯路,直接BP
TOOL启动进入系统开机自动进入Fastboot模式,第一行会出现flash failure错误提示AP Fastboot Flash Moden(s)
(Flash Failure)使用如下命令fastboot flash system system.img 或者尝试下#adb...
分类:
移动开发 时间:
2014-04-30 14:20:01
阅读次数:
669
recovery模式是手机系统的一个工程模式,用户通过同时按住开机键加home键,直到手机界面出现一个三角框里面一个感叹号即是进入了传说中的recovery模式,在这个模式中用户可以看到以下的内容(不同的手机显示的内容不同):
reboot system now: 重启系统 apply sdca.....
分类:
移动开发 时间:
2014-04-29 16:31:46
阅读次数:
508
一:新建类HotKeys命名空间:using
System.Runtime.InteropServices;二:注册热键API[DllImport("user32")]public static
extern bool RegisterHotKey(IntPtr hWnd, Int32 id, UI...
分类:
其他好文 时间:
2014-04-29 16:25:46
阅读次数:
330