SQL SERVER中的tinyint:从 0 到 255 的整型数据。存储大小为 1 字节。
25
2016
01
19
2016
01
[转载]评程序员和会不会修电脑到底有几毛钱关系?
转自:http://www.360doc.com/content/16/0116/18/848059_528431282.shtml
其实这是一个老生常谈却至今没有明确答案的问题:
发布:pukuimin | 分类:其它技术 | 评论:0 | 浏览:
18
2016
01
14
2016
01
在.Net MVC结构API接口中判断http头信息实现公共的权限验证过滤器示例
//control action
public class TestController : ApiController { [MyAuthFilter] public string test(string str) { return str.Trim(); } }
发布:pukuimin | 分类:c#/.net | 评论:0 | 浏览: