Git Push是老是失败,提示:> fatal: the remote end hung up unexpectedly > git did not exit cleanly (exit code 1)原来是文件Push文件太大引起。解决方法:windows:在 .git/config 文件中加入...
分类:
其他好文 时间:
2014-07-23 11:55:26
阅读次数:
319
回收站机制可有利于防止内容的永久删除与误删除。一、SharePoint 2013 回收站包括两种:第一回收站(End user Recycle Bin items)与 第二回收站(Deleted from end user Recycle Bin)。二、SharePoint 2013回收站配置: ....
分类:
其他好文 时间:
2014-07-23 11:48:26
阅读次数:
250
1.Round(四舍六入五留双) 功能说明:对一个实数进行四舍五入。(按照银行家算法) 例: var ??? i, j: Integer; begin ??? i := Round(1.5); // i等于2 ??? j := Round(2.5); // j等于2 end; 在Delphi中...
分类:
其他好文 时间:
2014-07-23 00:34:38
阅读次数:
236
关于 onload的执行:alert('iframe4_loaded');alert("end.page1");alert('iframe2_loaded');alert('iframe3_loaded');alert('page1_loaded');alert('iframe1_loaded');...
分类:
编程语言 时间:
2014-07-22 22:46:12
阅读次数:
219
--> 菜单1 菜单2 菜单3 菜单4 --> Coding Serf Web Translations Life Coding Serf Stay @ Front End | &quo...
分类:
Web程序 时间:
2014-07-22 22:36:33
阅读次数:
271
//方案一: O(N)? 不适合海量数据int* maxK(int A[] , const int& n, const int& k){ if(np) --end; if(begin>=end) return begin; swap(A[begin],A[end]); ...
分类:
其他好文 时间:
2014-07-22 22:34:53
阅读次数:
140
PULL解析器方法如下:【注释】读取到xml的声明返回START_DOCUMENT;结束返回END_DOCUMENT;开始标签返回START_TAG;结束标签返回END_TAG;文本返回TEXT。生成XML代码如下:
分类:
移动开发 时间:
2014-07-22 14:55:54
阅读次数:
241
The use of laser machines and systems in the modern world has increased to a great level. This is because of the unique end results that the user achi...
分类:
其他好文 时间:
2014-07-22 00:15:34
阅读次数:
224
继承与UIView,直接调用start和stop事件;@interface ActivityIndicatorView (){ UIImageView *_imageView; UILabel *_label;}@end@implementation ActivityIndicatorView-.....
分类:
移动开发 时间:
2014-07-22 00:06:37
阅读次数:
297
【背景】
一个用户电脑提交流程的时候报错,报“找不到指定的模块”js错误,打开js调试工具后,发现这行代码报错:
window.execScript("Function vbsFun(str):vbsFun=hex(asc(str)):End Function","vbscript");
起初以为是用户IE浏览器的问题,各种重置,控件重装,都无法解决。
搜索window.execScript也无果。最后以vbscrip...
分类:
其他好文 时间:
2014-07-21 22:31:13
阅读次数:
322