忧伤星月

文章
7
资源
0
加入时间
2年10月20天

git push 几点报错的解决方式

错误一:fatal: Out of memory, malloc failed (tried to allocate 3194304000 bytes)error: failed to push some refs to 'https://github./xxx.git'解决:桌面内存占用太大,关掉一些后就能正常push了。(比如我关掉了了Wallpaper Engine, 这个都能引发错误,脑壳疼)还不能push的话需要设置 git config --global pack.windo.

linux内核IP地址转换函数

http://www.cloudbbs.org/forum.php?mod=viewthread&tid=17856IP 地址转换(字符串 -> 数值)#includeiph->saddr = in_aton("1.1.1.1");打印 IP 地址#includeprintk("%d.%d.%d.%d\n", NIPQUAD(iph->saddr));#de

PHP strtotime函数详解

先看手册介绍: strtotime — 将任何英文文本的日期时间描述解析为 Unix 时间戳 格式:int strtotime (

jQuery stop()用法实例详解

近期查看前辈的代码,发现在使用animate()的时候前面需要加上stop(),来防止移进移出的闪动问题,但却不知道stop