When we use visual studio open source file or any other file, we may encounter below problem:File LoadSome bytes have been replaced with the Unicode s...
分类:
其他好文 时间:
2014-11-06 14:24:55
阅读次数:
169
Arrange the Schedule
Time Limit: 1 Second Memory Limit: 65536 KB
In Summer 2011, the ZJU-ICPC Team has a n-days training schedule. ZJU-ICPC Team has been divided into 4 Group: Akiba, BiliBi...
分类:
其他好文 时间:
2014-11-05 21:37:51
阅读次数:
284
October 30, 2014 19:00~21:00 Feishang Cafe
Today I had only been there one hour, so I missed the Table Topics. I found that I could understand what they said in general. In the foll...
分类:
其他好文 时间:
2014-11-05 21:29:57
阅读次数:
208
Objective-C BlocksAll of these examples have been verified with this version of LLVM:Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LL...
分类:
其他好文 时间:
2014-11-05 10:33:23
阅读次数:
211
最近做项目的时候报了一个错误:Illegalaccess:thiswebapplicationinstancehasbeenstoppedalready.Couldnotloadjava.net.BindException.。。。。。。java.lang.IllegalStateException上网找了很多资料都说是配置文件修改一下就好了,但是我的改了没有用。我是用的是ssh框架,发..
分类:
移动开发 时间:
2014-11-04 19:53:50
阅读次数:
176
OK. I have been trying to learn github for really a long time, but (yes, there is always a but) I just couldn't know how to use it. This article will ...
分类:
其他好文 时间:
2014-11-04 06:45:35
阅读次数:
145
Memory leakage has been a permanent annoyance for C/C++ programmers. Under MSVC, one useful feature of MFC is report memory leaks at the exit of an ap...
分类:
其他好文 时间:
2014-11-03 13:00:12
阅读次数:
289
Paper Work
Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice CodeForces
250A
Description
Polycarpus has been working in the analyti...
分类:
其他好文 时间:
2014-11-03 10:18:11
阅读次数:
201
传送门Description The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show....
分类:
其他好文 时间:
2014-11-02 22:19:42
阅读次数:
169
使用requireJS加载模块的时候,有时候会碰到如下的错误:
Uncaught Error: Module name "module1" has not been loaded yet for context: _. Use require([])。可以看到使用define()定义模块的时候,如果依赖的模块比较少,那么可以使用标准方式;如果依赖的模块很多,那么可以使用方式1或者方式2来解决。很显然,使用require()加载模块的时候,也存在和define()一样的问题。经过我的试验:使用方式2也是可以的...
分类:
Web程序 时间:
2014-11-02 18:16:05
阅读次数:
1383