1. docker-machine ssh default 2. sudo vi /var/lib/boot2docker/profile 3. # replace with your office's proxy environment export "HTTP_PROXY=http://PROXY:PORT" export "HTTPS_PROXY=http://PROXY:PORT" # you can add more no_proxy with yo…
adb shell svc wifi enable|disable Awesome ADB…
date: 2015/2/18 Enhanced Write Filter (or EWF) is a component of Windows XP Embedded and Windows Embedded Standard 7 which filters writes to another medium instead of being physically written to the volume itself. EWF allows the writes to be discarde…
vncserver 不同的用户使用不同的图形化环境变量 比如sidadm用户要启动configtools.sh 需要sidadm来启动图形化 如何将java切换成safe mode 2125707 - How to enable/disable AS Java Safe Mode Resolution The Safe Mode is managed through Config Tool, with the steps below: On your OS console go to direc…
beginfor i in (select constraint_name, table_name from user_constraints where table_name='') LOOPexecute immediate 'alter table '||i.table_name||' enable constraint '||i.constraint_name||'';end loop;end;/COMMIT; -- beginfor i in (select constraint_na…
<input type="text" data-bind="disable:IsNew" /> enable :是否可用,为true时,可编辑 disable:是否禁用,为true时,禁用,与enable正好相反 visible:是否显示,为true时,显示…
当在前台JS中更新不可用输入框(TextBox.Enable ="false"  or Input box ReadOnly ="True")的值时, 后台可能得不到更新后的值.=====解决办法===== 可设置输入框属性 ForeColor="gray" (字体颜色为灰色)contentEditable="false"(输入框不可输入)后台就可以得到不可用输入框的值了…
现在使用docker作为开发环境,操作系统是ubuntu16.10,pycharm中使用remote interpreter,需要用到remote api,结果发现自己的原答案是针对ubuntu 14.04的,ubuntu15及以上版本的可参见Control and configure Docker with systemd,说说主要用到的几个命令: # 查看配置文件位于哪里 systemctl show --property=FragmentPath docker #编辑配置文件内容,接收所有…
https://stackoverflow.com/questions/37599128/docker-how-do-you-disable-auto-restart-on-a-container 90down voteaccepted You can use the --restart=unless-stopped option, as @Shibashis mentioned, or update the restart policy (this requires docker 1.11 o…
在开发的时候,使用Eclipse IDE,提示如下信息, 这是Eclipse的错误报告,如果不想发送,可以关闭掉,关闭方法: 选择Preferences -> General -> Error Report,将Action选项卡选为Never send,下次启动项目就不会提示这个信息…