全部文章
本文转载至http://sjh787291806.blog.163.com/blog/static/21396319620131015105856616/如果需要将UIView的4个角全部都为圆角,做法相当简单,只需设置其Layer的cornerRadius属性即可(项目需要使用QuartzCore...
json数据类型格式:[{id:"1",code:"1",description:"博士"},{id:"2",code:"2",description:"硕士"},{id:"3",code:"3",description:"学士"}]//参考代码
public string DataTable...
Given a string S and a string T, find the
minimum window in S which will contain all the characters in T in complexity
O(n).For example,S="ADOBECODEBA...
1、动态加载脚本(src 原理,异步,支持跨域)var loadScript = function
(url, callback) { var script = document.createElement("script"); script.src =
url; document...
Given a collection of numbers that might
contain duplicates, return all possible unique permutations.For
example,[1,1,2]have the following unique perm...
Given a collection of numbers, return all
possible permutations.For example,[1,2,3]have the following
permutations:[1,2,3],[1,3,2],[2,1,3],[2,3,1],[3,...
今天原本想模仿2048 游戏的。
但是在设计背景环境时,涉及到绘图的知识!于是就开始对绘图进行了一翻学习。 若想自己绘图必须 写自己的View(继承UICView);然后重写UIView
中的drawRect:rect 方法 -(void)drawRect:(CGRent)rect{ //...
1.复制新表结构及数据到新表create table 新表 select * from
旧表2.只复制表结构到新表create table 新表 select * from 旧表 where
1=23.复制旧表的数据到新表(假设两个表结构一样)insert into 新表 select * fr.....
对于 .net framework 中的代码,光拿 Reflector
看是不够过瘾的,如果能够调试进去就好了!其实,微软是提供了一套 sourcecode
的下载的:http://referencesource.microsoft.com/netframework.aspx下载后运行安装文件把 s...
源地址:http://yanshuaijun.2010.blog.163.com/blog/static/362411622011102443056225/主题:mysql
error nr.1045 解决方法2011-11-24 16:30:56|分类:mysql|举报|字号订阅1.进入cmd手动...