创建桌面快捷方式 Specifying the Java virtual machineHere is a typical Eclipse command line: eclipse -vm c:\jdk6u22\jre\bin\javawTip: It's generally a good ide ...
分类:
编程语言 时间:
2019-06-02 01:20:47
阅读次数:
187
Good Article Good sentence $$ Time Limit: 3000 ms\quad Memory Limit: 32768 kB $$ 题意 给出一个 $S$ 串,在给出 $n$ 个 $T$ 串,求出 $S$ 串中有多少子串没有在任意一个 $T$ 串中出现过 思路 $\qu ...
分类:
其他好文 时间:
2019-05-30 01:12:37
阅读次数:
138
https://github.com/a870439570/boot-actuator http://pandownload.com/index.html ...
分类:
其他好文 时间:
2019-05-28 16:53:41
阅读次数:
91
``` std::fstream fin("fine.name",std::fstream::in|std::fstream::ate); if(fin.good()) { size_t file_size=fin.tellg(); fin.seekg(0,std::fstream::beg); s ...
分类:
其他好文 时间:
2019-05-28 12:29:40
阅读次数:
91
Good Communication Is the Best Policy The relationship between parents and children might be different at different ages.And for young people at their ...
分类:
其他好文 时间:
2019-05-28 00:46:31
阅读次数:
872
LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) # This is the target being built. LOCAL_MODULE:= libled_jni # All of the source files that we will c ...
分类:
移动开发 时间:
2019-05-25 19:59:09
阅读次数:
112
In this lesson you will learn how to talk about health and well-being. 课上内容(Lesson) What do you do to stay healthy? 你做什么才能保持健康? We are more drinking w ...
分类:
其他好文 时间:
2019-05-25 12:55:28
阅读次数:
141
[20190524]使用use_concat or_expand提示优化.txt--//上午看了链接https://connor-mcdonald.com/2019/05/22/being-generous-to-the-optimizer,突然想起我们生产系统类似语句。--//现在想想觉得开发的想 ...
分类:
其他好文 时间:
2019-05-24 22:15:28
阅读次数:
85
关键字、标识符 标识符: 是用户或系统定义的有意义单词组合,或单词与数字组合(具体意义有定义者决定) 标识符以字母下划线开头,大小写敏感,比如:boy, Boy, _boy, _(特殊标识符,用来忽略结果) 标识符命名规范:在习惯上,Go语言程序员推荐使用驼峰式命名,当名字有几个单词组成的时优先使用 ...
分类:
其他好文 时间:
2019-05-19 14:30:12
阅读次数:
160
http://www.cnblogs.com/beginner-boy/p/8797197.html chmod +x nmon16h1.tar.gz tar xvfz nmon16h1.tar.gz ./nmon16h_x86_ubuntu1804 lsb_release -a 查看系统版本号(r ...
分类:
其他好文 时间:
2019-05-18 19:12:48
阅读次数:
119