转眼间不做wp开发,投身于php事业已然一年了,转身看到8.1的发布,俨然一片欣欣向荣的景象,但是开发社区却没比一年前有过多大的提高,这并不是一个好现象,遂在git上开源了之前音频处理库,希望能对社区有所贡献,地址如下:https://github.com/sandcu/wpaudio
觉得有用的同...
Frontend Knowledge Structure项目起源还记得@jayli
的这幅前端知识结构图么。图片的形式具有诸多的不便。缺失源图的我们,无法为此图贡献些什么,随着时间的迁移,或许有些技术点会发生改变,所以有了这个GitHub项目。我们可以通过协作的方式来共同维护这个项目。Git的历史记...
分类:
其他好文 时间:
2014-05-10 06:17:35
阅读次数:
557
问题最近在给 android 系统的 data 分区制作 ext4
镜像,但是发现系统启动后,文件的 user 和 group 都变成了 root,不是原有的属性。困扰了很久。解决make_ext4fs 有一个选项是 ‘-a’
,即挂载点。这个选项是配合android/system/core/inc...
分类:
其他好文 时间:
2014-05-10 05:53:22
阅读次数:
1777
error: RPC failed; result=22, HTTP code = 411fatal:
The remote end hung up unexpectedly解决方法:git config http.postBuffer 524288000
分类:
其他好文 时间:
2014-05-10 01:06:09
阅读次数:
367
直接插上制作的WindowsU盘启动,到选择安装到哪个磁盘时,Windows无法识别Linux的磁盘格式ext4。解决办法是:选中驱动器,点击下面的删除按钮,重新分区即可,最多好像只能分4个区。装好系统后,除系统盘之外的盘需要重新格式化。
#增加软连接ln -s /usr/local/git/bin/* /usr/bin/
分类:
其他好文 时间:
2014-05-09 23:26:47
阅读次数:
313
CentOS的yum源中没有git,只能自己编译安装,现在记录下编译安装的内容,留给自己备忘。确保已安装了依赖的包yum
install curl yum install curl-devel yum install zlib-devel yum install
openssl-devel yum ...
分类:
其他好文 时间:
2014-05-09 22:59:31
阅读次数:
391
在 mkfs.ext4 /dev/sda2 格式化硬盘空间时,可能出现这样的错误。
had this situation at office where I was told to re-partition an already existing partition. The situation was to get the below schema
/dev/sdb1 1 3040 24...
分类:
其他好文 时间:
2014-05-09 20:49:25
阅读次数:
343
git-push(1) Manual Page
NAME
git-push - Update remote refs along with associated objects
SYNOPSIS
git push [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive...
分类:
其他好文 时间:
2014-05-09 20:46:06
阅读次数:
370