t*****t 发帖数: 72 | 1 yes, this should be OK in case you never want them back. and you
never added new stuff about these modules in the admin files, say
all files under $CVSROOT/CVSROOT. then do the following:
rm -rf $CVSROOT/mymodule
while if in other case, you just want to remove a directory and all
its subdiretories under a module, and may recover them later, you should
do sth like:
#goto the working directory, and type:
cd ~/sandbox/mymodule/olddir
#delete all files under current dir/sub-dirs
find . -nam |
|
r*********r 发帖数: 3195 | 2 keep an eye on projects in its sandbox branch,
then you know what's coming. |
|
b********e 发帖数: 58 | 3 Depends on your projects:
For a small team, perhaps CVS is OK but it lacks some critical features. I
found subversion working really well in most cases. Git is getting popular.
It offers a personal sandbox which is the most appealing feature to me. Of
course, there are solutions which are more specifically designed with
commercial IDE's such as Visual Studio.
Check out this page: http://en.wikipedia.org/wiki/List_of_revision_control_software |
|
s***o 发帖数: 2191 | 4 security方面问题不大吧,反正在sandbox里面。
不过google 拼命想把chrome整成个OS,问题是大家都得买账才成。
感觉google近来出招比较混乱,是不是高层集体去M$培训过了? |
|
s****a 发帖数: 238 | 5 perforce好在哪里?我在sandbox里都不能保存local的版本,只好另外用git去管理
local的改动,实在但疼的很 |
|
F******k 发帖数: 197 | 6 什么意思?对于个人用户来说,不用服务器,sandbox里就是所有修改的记录。你check
out之后不就可以修改了吗? |
|
s****a 发帖数: 238 | 7 perforce好在哪里?我在sandbox里都不能保存local的版本,只好另外用git去管理
local的改动,实在但疼的很 |
|
F******k 发帖数: 197 | 8 什么意思?对于个人用户来说,不用服务器,sandbox里就是所有修改的记录。你check
out之后不就可以修改了吗? |
|
e*****t 发帖数: 1005 | 9 AFAIK, most users actually don't want java applets to be signed for security
reasons.
Unlike unsigned java applets that only run in a sandbox, signed java applets
can indeed alter your system. So as a user of any java applets, always look
out for signed java applets.
名! |
|
|
b*******s 发帖数: 5216 | 11 我举这个例子是说明,反正也是调用native code
js + sandbox灵活性比java + vm ext的高 |
|
z****e 发帖数: 54598 | 12 加载引擎的话,直接用c去写不就可以了
没有必要再搞一个js,而且sandbox里面要申请资源
很麻烦,处处受限 |
|
c***d 发帖数: 996 | 13 来自主题: Programming版 - MVCS 不同的业务对安全的要求不一样。 就说web browser, browser memory sandbox,
cookie, local storage都有不同的安全范围, 泛泛的说client不能被信任没有意义,
你的数据还是要load到client的吧, user input还是从client来的吧。 |
|
n*****t 发帖数: 22014 | 14 Python 是 build 用的,api 只能在 sandbox 里用,现在我的 app 不在这里面,只有
content script 可以。
cross domain 是因为要抓数据,比如在 amazon 的网页上显示 wmt 的价格,这俩
server 都不归我管 。。。
的。 |
|
c******o 发帖数: 1277 | 15 there is always case you need backup, restoration
I just did one for our sandbox, some developer accidentally dropped one db.
so if you need to put it back "consistently" in sharding env. it is always
hard. |
|
f******2 发帖数: 2455 | 16 This one is just a sandbox like thing, a modified compiler to check code
safety.
only works for c programs, no big application case |
|