package acm;import java.util.Scanner;public class L3_2 {/** * @param args */ public static void main(String[] args) {// TODO Auto-generated method s.....
分类:
编程语言 时间:
2015-02-01 12:04:17
阅读次数:
192
@Override
protected void onStart() {
// TODO Auto-generated method stub
super.onStart();
BufferedWriter writer ;
try {
String path = getFilesDir().getAbsolutePath() ;
File file = new...
分类:
移动开发 时间:
2015-01-31 18:09:35
阅读次数:
225
XPS Project DirectoriesTo view the XPS directory structure, refer to XPS Directory Structure Outline.__xpsContains intermediate files generated by XPS...
分类:
其他好文 时间:
2015-01-31 17:48:23
阅读次数:
166
C++ 编写一个不可复制的类
flyfish
Effective C++:条款06
若不想使用编译器自动生成的函数,就该明确拒绝 .
Explicitly disallow the use of complier-generated functions you do not want.
老式C++的写法
class noncopyable
{
protected:
nonco...
分类:
编程语言 时间:
2015-01-30 16:04:54
阅读次数:
185
PSL lines represent alignments, and are typically taken from files generated by BLAT or psLayout. See the BLAT documentation for more details. All of ...
分类:
其他好文 时间:
2015-01-29 22:20:08
阅读次数:
234
1 /** * 调用输入法 */ protected void showInput() { // TODO Auto-generated method stub //如果是1将会 得到输出getStackTrace Log.i(g...
分类:
移动开发 时间:
2015-01-28 14:28:05
阅读次数:
139
Problem 2
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be:
1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...
By ...
分类:
编程语言 时间:
2015-01-26 22:55:58
阅读次数:
329
new Handler().postDelayed(new Runnable() { public void run() { // TODO Auto-generated method stub opeS...
分类:
移动开发 时间:
2015-01-26 01:23:14
阅读次数:
178
应用场景,你是否尝试过定义一个在设置了autolayout中的xib的控件,然后连线关联了outlet。跟住在代码中设置了针对这个控件的约束,但是发现没有显示效果,控制台里面打印出约束的问题。大概就是这样的:IB auto generated at build time for view with ...
分类:
移动开发 时间:
2015-01-25 13:44:21
阅读次数:
391
本文根据园主一线码农的进程来学习,今后也会自己补充一些,希望能够有所进步public class Main { public static void main(String[] args) { // TODO Auto-generated method stub /...
分类:
编程语言 时间:
2015-01-24 21:21:45
阅读次数:
323