在安装Ecshop的时候,遇到两个问题: 1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically inD:\X\www\ecshop\install\includes....
分类:
其他好文 时间:
2014-07-03 06:30:25
阅读次数:
221
Idiomatic Phrases Game
Time Limit: 2 Seconds Memory Limit: 65536 KB
Tom is playing a game called Idiomatic Phrases Game. An idiom consists of several Chinese characters and has a certain me...
分类:
其他好文 时间:
2014-07-02 08:11:52
阅读次数:
167
task 可以通过CancellationTokenSource.token 来控制线程是否终止。同时 还可以注册一个委托,来回调。Register(Action)Registers a delegate that will be called when this CancellationToken...
分类:
其他好文 时间:
2014-07-01 21:14:29
阅读次数:
181
一道数学水题,找找规律。首先要判断给的数在第几层,比如说在第n层。然后判断(n * n - n + 1)(其坐标也就是(n,n)) 之间的关系。还要注意n的奇偶。Problem A.Ant on a ChessboardBackgroundOne day, an ant called Alice c...
分类:
其他好文 时间:
2014-07-01 10:19:10
阅读次数:
251
问题webView调用JS出错。 class TestJS { ...... public TestJS(){ } public void save(String data){ webView.loadUrl("javascript: alert(" + data +")");...
分类:
移动开发 时间:
2014-06-28 17:07:40
阅读次数:
284
1)最基本的,方法级别上应用,例如: Java代码 @RequestMapping(value="/departments") public String simplePattern(){ System.out.println("simplePattern method was called");....
分类:
移动开发 时间:
2014-06-26 20:56:51
阅读次数:
246
【Awake & Start】MonoBehaviour.Awake() Awake is used to initialize any variables or game state before the game starts. Awake is called only once during....
分类:
其他好文 时间:
2014-06-26 00:37:37
阅读次数:
293
【Application.LoadLevel】 只有在File->Build Setting中设置了的按钮才能被加载。 当level加载完成后,MonoBehaviour.OnLevelWasLoaded is called on all active game objects。 When...
分类:
移动开发 时间:
2014-06-25 19:43:36
阅读次数:
254
String slicesA segment of a string is called a slice. Selecting a slice is similar selecting a character: The operator [n:m] returns the par...
分类:
其他好文 时间:
2014-06-23 00:53:23
阅读次数:
253
function tick_handler () { echo "tick_handler() called" ; } function tick_handler1 () { echo "tick_handler1() called" ; } register_tick_f...
分类:
Web程序 时间:
2014-06-21 07:05:30
阅读次数:
723