'redmine_standard' %> 'redmine_standard' %> 'jquery-easyui-1.3.6/themes/default' %> 'jquery-easyui-1.3.6/themes' %> 'jquery-easyui-1.3.6' %> 'jquery-....
分类:
编程语言 时间:
2014-07-07 17:38:39
阅读次数:
394
最近看网上一些开源的源代码,发现尽多不认识的符号,好吧。开始学习新的C++。C++经典书籍C++ Primer,第五版开始有了对C++ 11的讲解C++ Primer Plus,第六版有对C++ 11的讲解,笔者没看过这本,据说比上面那本更基础The C++ Standard Library A T...
分类:
编程语言 时间:
2014-07-07 17:24:24
阅读次数:
231
bash命令执行的时候有输出数据,如果这群数据比寻经过几道手续之后才能得到我们所需要的格式,就涉及到管道命令(pipe),管道命令使用"|"这个界定符号,另外管道命令和连续执行命令是不一样的。 管道命令"|"仅能够处理经由前面一个命令传来的正确信息,也就是standard output的信息,...
分类:
其他好文 时间:
2014-07-03 00:56:16
阅读次数:
310
因为我在View1中import了View2,又在View2中的ViewA里import了View1,而ViewA和ViewB是包含在View2中的。1.两个类的头文件相互引用是会报错误的,因为.h文件他是接口,在预编译的时候就会报错的,你可以在报错的那个类中加上@Class ***2.我自己使用了...
分类:
其他好文 时间:
2014-07-02 00:16:21
阅读次数:
324
Automatic PoetryInput:standard inputOutput:standard outputTime Limit:2 secondsMemory Limit:32 MB“Oh God”, Lara Croft exclaims, “it’sone of these dumb ...
分类:
其他好文 时间:
2014-07-01 18:53:40
阅读次数:
166
Format characters have the following meaning; the conversion between C and Python values should be obvious given their types. The ‘Standard size’ column refers to the size of the packed value in bytes...
分类:
编程语言 时间:
2014-07-01 14:51:47
阅读次数:
391
题意就是有N个pl妹子,然后每行第一个单词是妹子的国籍,后面是妹子的名字。你的任务就是统计相同国籍妹子的个数,然后按字母表顺序输出。我首先把所有的国籍都读入,然后用qsort()按字母表顺序排序。List of ConquestsInput:standard inputOutput:standard...
分类:
其他好文 时间:
2014-07-01 10:25:31
阅读次数:
262
最近有个项目要用solr,solr是基于lucene的,今天在测试indexwriter时遇到了lock的问题:测试代码:importjava.io.File;
importjava.io.IOException;
importorg.apache.lucene.analysis.Analyzer;
importorg.apache.lucene.analysis.standard.StandardAnalyzer;
importorg.apac..
分类:
其他好文 时间:
2014-07-01 09:40:53
阅读次数:
295
头文件1#include double mean( double *y, int N ){ int i; double s = 0.0; for ( i = 0; i #include "a_x.h"void main(){ double x[10] = { 1,...
分类:
其他好文 时间:
2014-07-01 00:44:18
阅读次数:
280
Java体系: JDK(Java development Kit)包括:java程序设计语言,java虚拟机,java API类库。如图: Java技术体系:Java Card(Applets),Java ME(Micro Edition),Java SE(Standard Edition),Ja....
分类:
其他好文 时间:
2014-06-29 19:19:15
阅读次数:
228