用Quartz2D 1 CGSize imageSize = self.view.bounds.size; 2 //开启图形上下文 3 UIGraphicsBeginImageContextWithOptions(imageSize, NO, 0); 4 //获得图形...
分类:
移动开发 时间:
2015-02-25 15:23:42
阅读次数:
144
一、给Eclipse安装SVN,最常见的有两种方式:手动方式和使用安装向导方式。具体步骤如下:方式一:手动安装1、从官网下载site-1.6.9.zip文件,网址是:subclipse.tigris.org2、从中解压出features与plugins文件夹,复制到E:/MyEclipse/myPl...
分类:
系统相关 时间:
2015-02-25 15:26:00
阅读次数:
178
监控GoldenGate进程1)在goldengate安装目录下建立文件ogginfo$vim ogginfoinfo all2)配置飞信报警下载飞信安装包http://down.51cto.com/data/240154 $mkdir/usr/local/sms将飞信代码包上传到sms目录,并将所...
分类:
系统相关 时间:
2015-02-25 15:23:49
阅读次数:
176
或许,仅仅有当做比較大的项目的时候,才会发现封装好的东西会为程序员们带来多少方便。合作开发的时候更应该强调复用,才干更加发挥团队的优势。 今天使用了一些EasyUI,发现非常wonderful! 比方,曾经,我们为了写一个还看得过去的button,得先在HTML里面增加button,然后在CSS里....
分类:
其他好文 时间:
2015-02-25 15:25:07
阅读次数:
141
点击表单设计器工具栏上的文本框按钮,会弹出文本框属性对话框:绑定字段:该文本框与表单属性设置中选择的表的某个字段绑定(该文本框中的值将会保存到该字段中)。默认值:该文本框的初始化值。宽度:文本框的宽度,如:200px,60%格式。最大字符数:文本框可输入的最大字符数,对应 maxlength 属性。...
分类:
Web程序 时间:
2015-02-25 15:23:07
阅读次数:
127
1.鼠标移动行变代码如下:$('#table1 tr').hover(function(){ $(this).children('td').addClass('hover')}, function(){ $(this).children('td').removeClass('hover')});方法...
分类:
Web程序 时间:
2015-02-25 15:22:45
阅读次数:
159
自定义错误页面views.py@app.errorhandler(404)def internal_error(error): return render_template('error.html',errorcode = 404, errormsg = 'page not found')@a...
分类:
其他好文 时间:
2015-02-25 15:22:17
阅读次数:
168
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to ...
分类:
其他好文 时间:
2015-02-25 15:22:24
阅读次数:
141
traceroute, 也就是 trace route,跟踪路由。这个程序最早是Van Jacobson实现的。源代码在网上能够找到,只是我还没有去找。基本的原理是IP路由过程中对数据包TTL(Time to Live,存活时间)的处理。当路由器收到一个IP包时,会改动IP包的TTL(及由此造成.....
分类:
其他好文 时间:
2015-02-25 15:24:03
阅读次数:
124
微软近期Open的职位:The position of Sr. BSP engineer requires experience and good knowledge in mobile hardware/software platforms integration. This is a hands...
分类:
其他好文 时间:
2015-02-25 15:23:03
阅读次数:
151
解决方案如下:管理员身份打开cmd 转到C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies(VS安装到D盘的话为:)D:\Program Files (x86)\Microsoft Vis...
分类:
Web程序 时间:
2015-02-25 15:22:35
阅读次数:
183
人这一生看起来自由,实际上很不自由,不知不觉又开始新一年的搬砖运动了。回想过年亲戚朋友们见面都会相互祝贺,发大财,赚大钱。空间、微博、微信等社区铺天盖地的亲朋友好友、大、中、小学同学意气风发的抒发着2015要赚多少W,2015要买什么什么宝马5系,要搞定什么什么地方的别墅……QQ、支付宝等充斥...
分类:
其他好文 时间:
2015-02-25 15:22:31
阅读次数:
135
def permutate(s): if not s: return [s] r = [] for i in range(len(s)): for m in permutate(s[:i] + s[i+1:]): r.append(s[i:i+1] + m) return r
分类:
其他好文 时间:
2015-02-25 15:21:42
阅读次数:
102
原文网址:http://www.cnblogs.com/SadNight/p/3406201.html(1) 报错:Program "sh" not found in PATH参考原文:http://vin-mail.blog.163.com/blog/static/3789528020121193...
分类:
其他好文 时间:
2015-02-25 15:22:53
阅读次数:
85
TautologyTime Limit:1000MSMemory Limit:65536KTotal Submissions:10061Accepted:3826DescriptionWFF 'N PROOF is a logic game played with dice. Each die ha...
分类:
其他好文 时间:
2015-02-25 15:23:10
阅读次数:
146
1.不能弹出虚拟键盘的解决办法模拟器菜单Hardware->Keyboard->Connect Hardware Keyboard取消选中,快捷键commad+shift+K2.虚拟键盘无法切换中文输入法的解决办法首先、模拟器设置->通用->键盘->键盘->添加新键盘->简体中文(英文环境下:Set...
分类:
移动开发 时间:
2015-02-25 15:21:59
阅读次数:
146
1 软件演化的特性 1 软件演化是一个必然的过程 2 软件的不断修改会导致软件的退化。3 软件系统的演化特性是在早起的开发阶段建立起来的 4 软件开发的效率与投入的资源无关 5 在软件系统中添加新的功能不可避免的会产生新的缺陷 软件维护和软件再工程2 软件维护 1 改正性维护 2 适应性维护 3 完...
分类:
其他好文 时间:
2015-02-25 15:21:38
阅读次数:
154