上一页 1 ··· 168 169 170 171 172 173 174 175 176 ··· 192 下一页
  2017年4月25日
摘要: 在IBM的关系型数据库产品DB2中,使用SQL Communication Area(SQLCA)将程序中嵌套的SQL语句执行情况返回给程序。在程序中有针对性地对SQLCA实施调用,可对程序中各类SQL语句的执行结果实施控制,从而避免程序的意外终止。同一时候,也能够提高执行效率,减小系统开销和处理时 阅读全文
posted @ 2017-04-25 10:34 blfbuaa 阅读(1075) 评论(0) 推荐(0)
摘要: |--数组实例化过程 |--Person实例化过程 package com.domain; class Person { public String name; public String gender; public int age; public void meals() { System.ou 阅读全文
posted @ 2017-04-25 09:57 blfbuaa 阅读(245) 评论(0) 推荐(0)
摘要: 暴力+构造 If r - l ≤ 4 we can all subsets of size not greater than k. Else, if k = 1, obviously that answer is l. If k = 2, answer is 1, because xor of nu 阅读全文
posted @ 2017-04-25 08:34 blfbuaa 阅读(136) 评论(0) 推荐(0)
  2017年4月24日
摘要: 理方法例如以下: 1、确保Xcode版本>=5.0.1 2、更新project settings, minimum deployment target >= 5.1.1 3、Valid Architectures 加入设置 armv7 armv7s arm64 4、改变Architectures为 阅读全文
posted @ 2017-04-24 21:55 blfbuaa 阅读(228) 评论(0) 推荐(0)
摘要: Find a way Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 6157 Accepted Submission(s): 2052 Pro 阅读全文
posted @ 2017-04-24 20:52 blfbuaa 阅读(139) 评论(0) 推荐(0)
摘要: Let's say we are going to develop a application for a bank, or any other enterprise, this application need a DB. And we decide to choose Oracle 12c. T 阅读全文
posted @ 2017-04-24 20:02 blfbuaa 阅读(218) 评论(0) 推荐(0)
摘要: /** * * @author alex * @version 2014-7-31下午5:25:45 * */ public class LoginActivity extends Activity { private EditText name; private EditText pass; pr 阅读全文
posted @ 2017-04-24 18:46 blfbuaa 阅读(158) 评论(0) 推荐(0)
摘要: /** * Created by W.J.Chang on 2014/6/25. */ ;(function($) { var methods= { check: function() { return this.each(function() { this.checked = true; }); 阅读全文
posted @ 2017-04-24 17:24 blfbuaa 阅读(113) 评论(0) 推荐(0)
摘要: 有时我们须要对运行SQL的详细运行过程做一个追踪分析,特别是在应用程序性能优化的时候。Oracle两个工具能够帮助我们做好性能分析,一个是SQL_TRACE,一个是SESSION_EVENT。SQL_TRACE跟踪SQL运行过程。如解析时间、运行时间、查询时间等。SESSION_EVENT跟踪运行过 阅读全文
posted @ 2017-04-24 16:19 blfbuaa 阅读(200) 评论(0) 推荐(0)
摘要: package com.unis.uvm.quartz; import java.util.Properties; import org.quartz.Scheduler; import org.quartz.SchedulerException; import org.quartz.impl.St 阅读全文
posted @ 2017-04-24 14:44 blfbuaa 阅读(267) 评论(0) 推荐(0)
上一页 1 ··· 168 169 170 171 172 173 174 175 176 ··· 192 下一页