/// /// /// /// 打印人员备案表 /// /// /// /// public bool
PrintCGRYBA(string UPT_ID, out stri...
分类:
其他好文 时间:
2014-05-29 00:34:26
阅读次数:
468
接口:interface Worker{ public void
dowork();}清洁工:被装饰者,节点流class Clean implements Worker{ public void dowork(){
System.out.println("搞清洁"); ...
分类:
编程语言 时间:
2014-05-28 03:18:38
阅读次数:
325
Sepearable 2D EDT, going to extend to 3D in
order to calculate the Signed Distance Function(Field)Cost 0.75s to generate the
SDF at 768^2
分类:
其他好文 时间:
2014-05-28 03:13:14
阅读次数:
276
压缩原因:1.imageview大小如果是200*300那么加载个2000*3000的图片到内存中显然是浪费可耻滴行为;2.最重要的是图片过大时直接加载原图会造成OOM异常(out
of memory内存溢出)所以一般对于大图我们需要进行下压缩处理权威处理方法参考安卓开发者中心的大图片处理教程htt...
分类:
移动开发 时间:
2014-05-27 17:47:04
阅读次数:
383
1. Works when no one is watching When the
requirements are completely out of control, many programmers celebrate even
having reached this point. 2. .....
分类:
其他好文 时间:
2014-05-27 17:18:31
阅读次数:
338
JSP连接mysql数据库 "); out.print("性别:姓名:密码:");
while(rs.next()){ out.print(""); out.print(""+rs.getString("sex")+"");
out.print(...
分类:
数据库 时间:
2014-05-26 19:13:38
阅读次数:
350
SUPER可调用父类的构造方法,但要注意默认调用和参数调用。同时,在继承类时,可以用SUPER调用其它非构造方法哟。class
Test extends Object{ public Test(){ System.out.println("Test1 First thing");...
分类:
编程语言 时间:
2014-05-26 18:50:48
阅读次数:
325
#define LOCAL#include#include#includeusing
namespace std;int main(){#ifdef LOCAL freopen("sscanf.in","r",stdin);
freopen("sscanf.out","w",stdout...
分类:
其他好文 时间:
2014-05-26 18:50:27
阅读次数:
222
@Override public int onStartCommand(Intent intent,
int flags, int startId) {
System.out.println("---------->>onStartCommand2"); re...
分类:
移动开发 时间:
2014-05-26 17:33:56
阅读次数:
228
一次nginx 504 Gateway
Time-out错误排查、解决记录,经过反复检查,发现造成这个问题的原因就是PHP的CURL没有设置超时时间,解决办法只要设置超时时间或者修改一下nginx的配置即可解决。记一次莫名其妙的网站失去响应排查。之前网站一直是使用nginx做代理后端的apache运...
分类:
其他好文 时间:
2014-05-26 16:45:50
阅读次数:
276