【问】 I'm trying to make an NDK based OpenGL application. At some point in my code, I want to check the OpenGL version available on the device. I'm usin... ...
分类:
其他好文 时间:
2017-08-16 21:37:58
阅读次数:
237
0.react中文job 1.什么是react * react是前端组件化编程的一种方式,react注重渲染这一块的功能,react的virtualDOM有效的更新页面的DOM,react的事件机制也帮我们做了事件委托等优化。react本身没有提供强大的数据管理,mobx、redux等库。react ...
分类:
其他好文 时间:
2017-08-15 15:14:42
阅读次数:
128
翻译:深入 AngularUI Router 原文地址:http://www.ng-newsletter.com/posts/angular-ui-router.html ui-router: https://angular-ui.github.io/ui-router/site/#/api/ui. ...
分类:
其他好文 时间:
2017-08-15 11:19:56
阅读次数:
146
https://www.luogu.org/problem/show?pid=2957 题目描述 The cows enjoy mooing at the barn because their moos echo back, although sometimes not completely. Be ...
分类:
其他好文 时间:
2017-08-14 19:02:37
阅读次数:
177
-- 版权:2011 -- 时间:2011-06-17 -- 用途:切分字符串,将忽略连续分隔符和分隔符之间的空字符 -- 用法:SELECT * FROM [dbo].[WF_Split]('a,b,c,d',','); -- 返回表结构: -- id 自增主键 -- rs 分隔符切分的每个段落 ...
分类:
数据库 时间:
2017-08-13 22:20:30
阅读次数:
1096
转自园友:jimcsharp的博文C#实现Zip压缩解压实例【转】 在此基础上,对其中的压缩文件夹方法略作修正,并增加是否对父文件夹进行压缩的方法。(因为笔者有只压缩文件夹下的所有文件,却不想将选中的文件夹打入压缩文件的需求),话不多说,上代码:其中需要依赖ICSharpCode.SharpZipL ...
通常我们会引用很多lib 而且会出现lib 与我们的功能仅仅差一点点 这种情况我们最好不要去改动源代码 而是进行二次封装 举例我使用 xUtils的二次封装 此处说明我是搞ios的 这个是android 今天mac 机子没网 蛋疼 使用到pulltorefresh 和 xUtils 网络封装 因为此 ...
分类:
移动开发 时间:
2017-08-10 10:29:05
阅读次数:
284
#region 检查是否为IP地址 /// <summary> /// 是否为ip /// </summary> /// <param name="ip"></param> /// <returns></returns> public static bool IsIP(string ip) { re ...
/// /// 物理路径转网络路径 /// /// /// public string urlconvertor(string path) { string tmpRootDir = HttpContext.Current.Server.MapPath(Syst... ...
分类:
其他好文 时间:
2017-08-08 21:40:23
阅读次数:
166
/// <summary> /// 生成grid++report模板 /// </summary> /// <param name="dt"></param> /// <returns></returns> public int GenerateNurModel(DataTable dt) { BN ...
分类:
其他好文 时间:
2017-08-08 15:19:54
阅读次数:
803