上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 57 下一页
摘要: #1: 添加永久网桥 vi /etc/sysconfig/network-scripts/ifcfg-br0 DEVICE=br0 TYPE=Bridge BOOTROTO=static IPADDR=192.168.66.123 # 注意不要写网关 ONBOOT=yes :2: 把eth0添加到永 阅读全文
posted @ 2018-09-11 14:10 rgqancy 阅读(554) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/chinagissoft/article/details/51250839 1. 创建并启动一个容器: docker run --cap-add=NET_ADMIN --name=容器名 --net=none -itd [imageid] /bin/aut 阅读全文
posted @ 2018-09-11 14:08 rgqancy 阅读(307) 评论(0) 推荐(0)
摘要: 常用的Docker镜像文件都有,就不用自己费劲的一点点配置了,这才是Docker的真正目的。就像Ghost里边含office,直接还原,不用一台台机器安装呢,省时省力,与高效工作的理念相契合。 至于,学习制作Docker镜像或者实践某个组件单独的安装配置,可以作为个人一项学习目标,在工作完成之后再执 阅读全文
posted @ 2018-09-11 13:57 rgqancy 阅读(2444) 评论(0) 推荐(0)
摘要: pstree(1): tree of processes - Linux man pagehttps://linux.die.net/man/1/pstree How to view process tree in Linuxhttps://www.simplified.guide/linux/vi 阅读全文
posted @ 2018-09-07 09:34 rgqancy 阅读(263) 评论(0) 推荐(0)
摘要: https://www.cyberciti.biz/faq/linux-show-directory-structure-command-line/ Linux: HowTo See Directory Tree Structure last updated January 17, 2015 in  阅读全文
posted @ 2018-09-06 10:27 rgqancy 阅读(202) 评论(0) 推荐(0)
摘要: http://www.jsunw.com/?post=34&tdsourcetag=s_pctim_aiomsg https://wiki.eclipse.org/Jetty/Howto/Configure_Form_Size https://wiki.eclipse.org/Jetty/Refer 阅读全文
posted @ 2018-09-05 17:49 rgqancy 阅读(655) 评论(0) 推荐(0)
摘要: 叶正盛先生做的mini工具。 https://github.com/rgqancy/DBExportDoc 使用中遇到过两个小问题: 1.数据库的表名不能带.(我一个很初级的同事建立的数据库是demo3.0,导致Mysql数据库导出报错)。 没必要解决。 2.生成表格没有黑色边框的问题,看起来比较凌 阅读全文
posted @ 2018-09-03 11:34 rgqancy 阅读(474) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version Edit the csproj file You can set the language version in 阅读全文
posted @ 2018-08-29 22:28 rgqancy 阅读(3001) 评论(0) 推荐(0)
摘要: http://www.eclipse.org/jetty/download.html http://www.eclipse.org/jetty/documentation/current/startup-unix-service.html https://blog.csdn.net/finishx/ 阅读全文
posted @ 2018-08-28 17:11 rgqancy 阅读(433) 评论(0) 推荐(0)
摘要: MYSQL dead but pid file exists问题 - CSDN博客https://blog.csdn.net/shilian_h/article/details/38020567 Error "mysqld dead but pid file exists" - Stack Over 阅读全文
posted @ 2018-08-22 09:52 rgqancy 阅读(971) 评论(0) 推荐(0)
摘要: https://www.openprogrammer.info/2015/06/14/how-to-install-java-8-and-tomcat-8-on-centos-6-as-service/ https://blog.csdn.net/jianyuerensheng/article/de 阅读全文
posted @ 2018-08-22 09:37 rgqancy 阅读(361) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/shuaigexiaobo/article/details/78030008 阅读全文
posted @ 2018-08-20 13:46 rgqancy 阅读(4004) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zyw_java/article/details/70949596 https://blog.csdn.net/yzl11/article/details/52643276 https://www.cnblogs.com/hyl8218/p/5648064 阅读全文
posted @ 2018-08-20 13:43 rgqancy 阅读(197) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/downing114/article/details/51433862 https://blog.csdn.net/lotluck/article/details/49121309 阅读全文
posted @ 2018-08-15 21:00 rgqancy 阅读(326) 评论(0) 推荐(0)
摘要: https://cn.bing.com/search?q=tunning+socket+could+not+be+established&qs=n&form=QBRE&sp=-1&pq=tunning+socket+could+not+be+established&sc=0-39&sk=&cvid= 阅读全文
posted @ 2018-08-15 20:47 rgqancy 阅读(358) 评论(0) 推荐(0)
摘要: https://www.realvnc.com/en/connect/docs/redhat-install-remove.html 此软件会和TigerVNC(Server)或者X11VNC Server冲突。 安装前,务必卸载其他同类软件。 阅读全文
posted @ 2018-08-15 20:13 rgqancy 阅读(222) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jihongjun/p/8968901.html 阅读全文
posted @ 2018-08-15 19:23 rgqancy 阅读(330) 评论(0) 推荐(0)
摘要: Description Attach local standard input, output, and error streams to a running container Usage 阅读全文
posted @ 2018-08-15 19:17 rgqancy 阅读(282) 评论(0) 推荐(0)
摘要: 用k8s能直接管理吗?不把那个容器加入集群,可以吗? 阅读全文
posted @ 2018-08-15 19:15 rgqancy 阅读(704) 评论(1) 推荐(0)
摘要: http://www.cnblogs.com/sammyliu/p/5932996.html http://dockone.io/article/128 阅读全文
posted @ 2018-08-15 19:12 rgqancy 阅读(306) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/sqandczm/article/details/78560710 https://hub.docker.com/r/sonatype/nexus/ https://hub.docker.com/r/sonatype/nexus3/ 使用阿里云的镜像: h 阅读全文
posted @ 2018-08-15 19:11 rgqancy 阅读(467) 评论(0) 推荐(0)
摘要: https://segmentfault.com/q/1010000001637726 https://blog.csdn.net/sannerlittle/article/details/77063800 阅读全文
posted @ 2018-08-15 19:04 rgqancy 阅读(667) 评论(0) 推荐(0)
摘要: https://shiyousan.com/post/635886596017415485 http://www.cnblogs.com/yc-755909659/p/3725940.html 错误描述: 标题: Microsoft SQL Server Management Studio 备份介质 阅读全文
posted @ 2018-08-10 14:26 rgqancy 阅读(2117) 评论(0) 推荐(0)
摘要: how to integrate Odoo with MySQL - Stack Overflowhttps://stackoverflow.com/questions/31959919/how-to-integrate-odoo-with-mysql mysql | Odoohttps://www 阅读全文
posted @ 2018-08-02 10:20 rgqancy 阅读(2881) 评论(0) 推荐(0)
摘要: docker-for-desktop minikube GKE cluster(?) docker-for-desktop docker-for-desktop https://docs.docker.com/docker-for-windows/#kubernetes Kubernetes on 阅读全文
posted @ 2018-08-01 22:40 rgqancy 阅读(157) 评论(0) 推荐(0)
摘要: http://192.168.66.182:8080/activiti-rest/service/repository/deployments/ http://192.168.66.182:8080/activiti-rest/service/repository/deployments/20 ht 阅读全文
posted @ 2018-08-01 11:36 rgqancy 阅读(1799) 评论(0) 推荐(0)
摘要: root@PC-RENGUOQIANG:~# curl http://kermit:kermit@192.168.66.182:8080/activiti-rest/service/repository/deployments/ {"data":[{"id":"20","name":"Demo processes","deploymentTime":"2018-08-01T10:02:11.2... 阅读全文
posted @ 2018-08-01 11:26 rgqancy 阅读(262) 评论(0) 推荐(0)
摘要: https://www.odoo.com/documentation/11.0/setup/install.html https://nightly.odoo.com/ https://www.odoo.com/zh_CN/forum/help-1/question/installing-odoo- 阅读全文
posted @ 2018-07-31 12:52 rgqancy 阅读(501) 评论(0) 推荐(0)
摘要: 参考文档: http://www.cnblogs.com/wangkangluo1/archive/2011/09/23/2185977.html http://www.cnblogs.com/xd502djj/archive/2011/11/23/2260094.html 阅读全文
posted @ 2018-07-31 12:37 rgqancy 阅读(692) 评论(0) 推荐(0)
摘要: 操作防火墙: https://www.jianshu.com/p/411274f96492 操作VNC; 从realVNC官网下载RPM包 安装后添加key: 阅读全文
posted @ 2018-07-26 16:48 rgqancy 阅读(303) 评论(0) 推荐(0)
摘要: https://github.com/jhipster/generator-jhipster/issues/2538 jhipster,很好用的开发工具。国外知名度高,国内未普及,国外大公司在用。 jhipster,keycloak,microservice。 阅读全文
posted @ 2018-07-23 23:05 rgqancy 阅读(305) 评论(0) 推荐(0)
摘要: https://casbootadminserver.herokuapp.com/#/applications/23bd8218/trace 阅读全文
posted @ 2018-07-23 23:04 rgqancy 阅读(680) 评论(0) 推荐(0)
摘要: 国外应用(需FQ尝试): 来自CAS官网推荐的Demo http://casserver.herokuapp.com/cas/login https://casserver.herokuapp.com/cas/login?service=http%3A%2F%2Fcasservermgmt.hero 阅读全文
posted @ 2018-07-23 23:02 rgqancy 阅读(2195) 评论(0) 推荐(0)
摘要: Notepad++ plugin manager install 'JSTOOL' http://tool.oschina.net/codeformat/js https://www.cnblogs.com/i7758/p/5262241.html 阅读全文
posted @ 2018-07-10 16:44 rgqancy 阅读(167) 评论(0) 推荐(0)
摘要: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2459 64 bit Plugin Manager is now available#3264 https://github.com/bruderstein/nppPlugi 阅读全文
posted @ 2018-07-10 16:03 rgqancy 阅读(627) 评论(0) 推荐(0)
摘要: Atlas https://github.com/Qihoo360/Atlas https://github.com/Qihoo360/Atlas/wiki/Installing-Atlas Atlas is a MySQL protocol-based database middleware pr 阅读全文
posted @ 2018-07-05 22:15 rgqancy 阅读(752) 评论(0) 推荐(0)
摘要: Quartz在CRM中的应用场景: https://tech.meituan.com/mt-crm-quartz.html https://www.mtyun.com/library/mt-crm-quartz http://hot66hot.iteye.com/blog/1726143 Quart 阅读全文
posted @ 2018-06-29 14:55 rgqancy 阅读(581) 评论(0) 推荐(0)
摘要: https://software.microfocus.com/en-us/products/application-security-testing/overview https://software.microfocus.com/en-us/products/static-code-analys 阅读全文
posted @ 2018-06-28 15:26 rgqancy 阅读(737) 评论(0) 推荐(0)
摘要: https://help.ubuntu.com/lts/serverguide/ Jabber Instant Messaging Server https://help.ubuntu.com/lts/serverguide/jabberd2-server.html.zh-CN 阅读全文
posted @ 2018-06-28 11:50 rgqancy 阅读(293) 评论(0) 推荐(0)
摘要: https://help.ubuntu.com/lts/serverguide/mysql.html http://www.cnblogs.com/wuhou/archive/2008/09/28/1301071.html 注:建议将/etc/apt/source.list中的cn改成us,美国的服 阅读全文
posted @ 2018-06-28 11:49 rgqancy 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 57 下一页