由买买提看人间百态

topics

全部话题 - 话题: sandbox
首页 上页 1 2 3 4 5 6 7 8 9 下页 末页 (共9页)
t*****t
发帖数: 72
1
来自主题: Programming版 - remove a module from cvs
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
来自主题: Programming版 - boost更新太快了
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
来自主题: Programming版 - Google Chrome Native Client
security方面问题不大吧,反正在sandbox里面。
不过google 拼命想把chrome整成个OS,问题是大家都得买账才成。
感觉google近来出招比较混乱,是不是高层集体去M$培训过了?
s****a
发帖数: 238
5
来自主题: Programming版 - 现在流行啥version control software?
perforce好在哪里?我在sandbox里都不能保存local的版本,只好另外用git去管理
local的改动,实在但疼的很
F******k
发帖数: 197
6
来自主题: Programming版 - 现在流行啥version control software?
什么意思?对于个人用户来说,不用服务器,sandbox里就是所有修改的记录。你check
out之后不就可以修改了吗?
s****a
发帖数: 238
7
来自主题: Programming版 - 现在流行啥version control software?
perforce好在哪里?我在sandbox里都不能保存local的版本,只好另外用git去管理
local的改动,实在但疼的很
F******k
发帖数: 197
8
来自主题: Programming版 - 现在流行啥version control software?
什么意思?对于个人用户来说,不用服务器,sandbox里就是所有修改的记录。你check
out之后不就可以修改了吗?
e*****t
发帖数: 1005
9
来自主题: Programming版 - javascript是要统一江湖的
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.

名!
k**********g
发帖数: 989
10
来自主题: Programming版 - 想写个简单的 JVM- 用C++还是Java

instructions
对,sandbox。
推荐 Eric Lippert 的博客。 Some ideas are applicable to both Java and C#.
http://www.coverity.com/company/press-releases/read/coverity-de
b*******s
发帖数: 5216
11
来自主题: Programming版 - java8就是冲着desktop去的
我举这个例子是说明,反正也是调用native code
js + sandbox灵活性比java + vm ext的高
z****e
发帖数: 54598
12
来自主题: Programming版 - java8就是冲着desktop去的
加载引擎的话,直接用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
来自主题: Programming版 - browser extension 的问题
Python 是 build 用的,api 只能在 sandbox 里用,现在我的 app 不在这里面,只有
content script 可以。
cross domain 是因为要抓数据,比如在 amazon 的网页上显示 wmt 的价格,这俩
server 都不归我管 。。。

的。
c******o
发帖数: 1277
15
来自主题: Programming版 - Cassandra 比较 Dynamodb
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
来自主题: Programming版 - docker is next big deal
This one is just a sandbox like thing, a modified compiler to check code
safety.
only works for c programs, no big application case
首页 上页 1 2 3 4 5 6 7 8 9 下页 末页 (共9页)