Today I had to take the back-up off a live site and restore it on the staging server. However I had to remove all Umbraco members and thought it'd be ...
分类:
数据库 时间:
2015-10-23 16:09:30
阅读次数:
245
git addgit add命令把工作目录下面的有修改的文件添加的index(staging)里面去. git add告诉Git你想在下次commit的时候把什么文件包含进去. 但是, git add没有真正的对仓储有什么大的影响--在commit之前修改没有真正的被记录下来.在add之前, 可以使...
分类:
其他好文 时间:
2015-09-26 01:43:52
阅读次数:
215
--Created by Tony Liu.create table APPS.C_XLA_JE_LOAD_STAGING( HEADER_ID NUMBER not null, BALANCE_TYPE VARCHAR2(1) not nu...
分类:
Web程序 时间:
2015-08-28 19:38:09
阅读次数:
497
工具链为:
OpenWrt-Toolchain-x86-generic_gcc-4.8-linaro_glibc-2.21.Linux-i686.tar.bz2
错误提示如下:
i486-openwrt-linux-gnu-gcc.bin: warning: environment variable 'STAGING_DIR' not defined
i486-openwrt-linux...
分类:
其他好文 时间:
2015-08-20 20:54:38
阅读次数:
235
嵌入式文件系统一般用户执行 su root 切换根用户会提示错误
su: must be suid to work properly
是由于 busybox 的权限引起的,需要将 busybox 的权限改为 4755 。
而在 openwrt 中,直接修改 staging_dir/target-mipsel_24kec+dsp_glibc-2.21/root-ramips/bin/ ...
分类:
其他好文 时间:
2015-08-19 16:59:42
阅读次数:
692
这次讲讲openwrt的结构.1.代码上来看有几个重要目录package, target, build_root, bin, dl....---build_dir/host目录是建立工具链时的临时目录---build_dir/toolchain-是对应硬件的工具链的目录---staging_dir/...
分类:
其他好文 时间:
2015-08-17 21:19:41
阅读次数:
331
mips-openwrt-linux-gcc: warning: environment variable 'STAGING_DIR' not defined mips-openwrt-linux-gcc: warning: environment variable 'STAGING_DIR' no...
分类:
系统相关 时间:
2015-08-08 10:16:01
阅读次数:
391
这里是原网站:https://try.github.io/levels/1/challenges/1这篇博文就当是笔记+翻译吧。几个名词相关changes:变更repository:仓库staging area:缓存区local:本地remote:远程git的工作流程本地文件变更>add>缓存区(s...
分类:
其他好文 时间:
2015-07-17 11:48:35
阅读次数:
115
孙广东 2015.7.12 Multiplayer Lobby 多人游戏大厅很多多人游戏 都有一个暂存区(staging area ):实际游戏之前等待所有玩家加入的地方,在这一area - 通常被称为 “lobby”, 玩家可能能够选择选项,能将自己设置为准备好后比赛开始。NetworkLobbyManager 是专门的NetworkManager网络管理器,可以提供Unity多人游...
分类:
编程语言 时间:
2015-07-12 23:25:37
阅读次数:
366
在看Binder源码时,总是接触到很多这些莫名其妙的struct,故依据几本参考资料先把这些数据结构的意义即关系整理以下:
/** \kernel\goldfish\drivers\staging\android\binder.c*/
1、binder_work:
//表示binder驱动中进程所要处理的工作项
struct binder_work {
str...
分类:
其他好文 时间:
2015-07-02 19:33:33
阅读次数:
180