上一页 1 ··· 393 394 395 396 397 398 399 400 401 ··· 404 下一页
摘要: 项目地址:http://www.freeteam.cn/ 网站配置 管理员能够在这里设置当前管理网站是否同意移动app訪问,是否默认移动APP网站。首页的布局,首页数据最多载入页数。 从左側管理菜单点击网站配置进入。 填写相关属性后点击保存button就可以,仅仅有设置为同意移动APP訪问的网站才会 阅读全文
posted @ 2017-04-27 19:17 yjbjingcha 阅读(115) 评论(0) 推荐(0)
摘要: linux 打开文件数 too many open files 解决方法 too many open files 出现这句提示的原因是程序打开的文件/socket连接数量超过系统设定值。 查看每一个用户最大同意打开文件数量 ulimit -a fdipzone@ubuntu:~$ ulimit -a 阅读全文
posted @ 2017-04-27 18:02 yjbjingcha 阅读(282) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class Main { private static int[] array = null; public static void main(String[] args) { Scanner sc = new Scanner(Sys 阅读全文
posted @ 2017-04-27 16:35 yjbjingcha 阅读(124) 评论(0) 推荐(0)
摘要: 分布式服务框架 Zookeeper -- 管理分布式环境中的数据: http://www.ibm.com/developerworks/cn/opensource/os-cn-zookeeper/ Zookeeper工作原理:http://blog.csdn.net/kingson_wu/artic 阅读全文
posted @ 2017-04-27 15:04 yjbjingcha 阅读(196) 评论(0) 推荐(0)
摘要: B. Berland National Library time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Berland Natio 阅读全文
posted @ 2017-04-27 13:41 yjbjingcha 阅读(154) 评论(0) 推荐(0)
摘要: # include <stdio.h> # include <algorithm> using namespace std; int flag,t,n,a[10010],cot[10010],vis[100010]; void dfs(int x,int sum,int count) { int i 阅读全文
posted @ 2017-04-27 13:09 yjbjingcha 阅读(124) 评论(0) 推荐(0)
摘要: Problem Description Give you a sequence and ask you the kth big number of a inteval. Input The first line is the number of the test cases. For each te 阅读全文
posted @ 2017-04-27 12:11 yjbjingcha 阅读(132) 评论(0) 推荐(0)
摘要: 点击打开链接 Romantic Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2958 Accepted Submission(s): 116 阅读全文
posted @ 2017-04-27 11:01 yjbjingcha 阅读(165) 评论(0) 推荐(0)
摘要: 应用场景: 我们须要设计一个数据库来保存多个文档中每一个文档的keyword。假如我们每一个文档字符都超过了1000,取当中出现频率最大的为我们的keyword。 如果每个文档的keyword都超过了300,每个文件的0-299号存储的是我们的keyword。那我们要建这样一个数据库。手动输入这种一 阅读全文
posted @ 2017-04-27 10:08 yjbjingcha 阅读(8766) 评论(0) 推荐(0)
摘要: union在我们敲代码的时候的使用概率远远小于struct。所以我们常常不太关心她。就知道他是使用内存复用技术。同一个时刻,他仅仅能存在一个成员的值。 C中,我们在union中能够包括struct的,可是情况到了C++中的时候就不一样了。尤其是我们union中使用到类的时候。比方说使用到CStrin 阅读全文
posted @ 2017-04-27 08:56 yjbjingcha 阅读(198) 评论(0) 推荐(0)
上一页 1 ··· 393 394 395 396 397 398 399 400 401 ··· 404 下一页