在使用fedora17 系统的yum源的时候出现了如下错误: Error: failure: repodata/repomd.xml from fedora: [Errno 256] No more mirrors to try. 参照网上的做法: (一般yum有变更都需要这两个操作) [javas ...
分类:
系统相关 时间:
2017-07-29 16:31:07
阅读次数:
232
1.Ext.Ajax.request Ext.Ajax.request({ url : '...', //请求路径 success:function(response, opts) { //服务端返回请求成功执行 ... }, failure : function(response, opts) { ...
分类:
Web程序 时间:
2017-07-28 10:59:17
阅读次数:
199
解决方法,把 adb.exe fastboot.exe AdbWinApi.dll AdbWinUsbApi.dll粘贴到C:\Windows\SysWOW64目录下 重新adb即可 解决方法,把 adb.exe fastboot.exe AdbWinApi.dll AdbWinUsbApi.dll ...
分类:
数据库 时间:
2017-07-27 01:01:49
阅读次数:
215
网卡配置文件及bridge的静态配置centos7Bridge配置[root@mon-1~]#cd/etc/sysconfig/network-scripts/[root@mon-1network-scripts]#vimifcfg-ens33TYPE="Ethernet"BOOTPROTO="static"DEFROUTE="yes"IPV4_FAILURE_FATAL="no"IPV6INIT="yes"IPV6_AUTOCONF="yes"IPV6_DEFROUTE="yes..
分类:
其他好文 时间:
2017-07-26 17:50:24
阅读次数:
178
IntelIJ IDEA在配置tomcat的时候会遇到Error during artifact deployment. See server log for details.这样的问题,我的系统是Win10 1607,用的是微软邮箱作为账户登录;那这时怎么解决这种问题呢,以下是我的解决办法 (一) ...
分类:
其他好文 时间:
2017-07-26 12:31:41
阅读次数:
309
设置组件标题栏宽度 listeners : { afterrender : function(panel) { var header = panel.header; header.setHeight(100); } } 彻底去除组件的边框 baseCls: 'my-panel-no-border' ...
分类:
编程语言 时间:
2017-07-26 02:03:02
阅读次数:
221
1、发生原因 做unity开发的同事说apk无法安装,要我帮忙看下,然后我通过命令adb install安装apk,出现此提示 2、解决过程 首先想到的仍然是安装包已存在的问题,结果使用清理类软件清理后还是无效。 然后想到的是查看命令的详解,会不会是有些參数的问题 adb install [-l] ...
分类:
其他好文 时间:
2017-07-25 15:49:18
阅读次数:
117
在jenkins中想使用publish over ssh来在构建后发送XML或PNG文件至服务器,以便做其它的操作,安装完publish over ssh后,填加构建,发现在构建失败时,不传送文件,老提示: SSH: Current build result is [FAILURE], not go ...
分类:
其他好文 时间:
2017-07-24 11:37:02
阅读次数:
488
Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers that can run on the cloud or on ...
分类:
其他好文 时间:
2017-07-23 22:44:37
阅读次数:
312
./install_packages --enhanced_reporting katello-configure --deployment=sam --user-pass=redhat chkconfig mongod on service mongod start su - splice -s ...
分类:
其他好文 时间:
2017-07-23 11:19:27
阅读次数:
198