码迷,mamicode.com
首页 >  
搜索关键字:cat    ( 24058个结果
Cobbler自动化工具实践
1.Cobbler Install 安装前准备 关闭SELinux cat /etc/redhat-release setenforce 0 getenforce //得到的结果需要是:Permissive 如果不是,执行两步: sed -i "s#SELINUX=enforcing#SELINUX ...
分类:其他好文   时间:2019-03-19 23:08:52    阅读次数:178
生成ISO文件
cat /dev/cdrom > image.iso dd if=/dev/cdrom of=image.iso mkisofs -V "Label" -o image.iso source_dir/ isohybrid isohybrid image.iso dd if=image.iso of= ...
分类:其他好文   时间:2019-03-19 23:01:19    阅读次数:177
oracl遇到的问题
使用oracl数据库用 ADD CONSTRAINT PRINF_NAME_UNIQUE UNIQUE (sname) 添加唯一性约束,出现问题,报错为:an alter table validating constraint failed because the table has duplica ...
分类:其他好文   时间:2019-03-19 21:35:37    阅读次数:160
基于服务器的AAA实验
一、实验拓扑 二、ip地址表 三、配置过程 1.在路由器R1上配置一个本地用户账号并且利用本地AAA通过console线和VTY连接认证 R1(config)#username admin1 password admin1 R1(config)# aaa new-model R1(config)#a ...
分类:其他好文   时间:2019-03-19 18:25:21    阅读次数:150
百度地图和solr展示资源和附近等功能的实现 四
这章主要是定位功能,首先谈谈H5的定位,开始大部分的代码都是这个上面差不多https://www.cnblogs.com/lijuntao/p/6439596.html 但是第一步定位一直走不通, ie浏览器可以获取到定位的位置外,其他浏览器基本获取不到位置,https试过好像也不行,最后一朋友在国 ...
分类:其他好文   时间:2019-03-19 16:58:45    阅读次数:165
线程interrupt和wait
public class InterruptDemo { public static void main(String[] args) throws InterruptedException{ Thread t1 = new Thread(){ public void run(){ while (t ...
分类:编程语言   时间:2019-03-19 16:31:47    阅读次数:151
this application was created using the trial version of the xtrareports 解决方法
XtraReport3 xtraReport = new XtraReport3(); var mlc = sp.tiaoma.ToList(); xtraReport.DataSource = mlc; ReportPrintTool tool = new ReportPrintTool(xtra... ...
分类:移动开发   时间:2019-03-19 12:36:12    阅读次数:490
vux安装中遇到的坑(转)
1.输入 npm install vux --save 2.输入 npm install vux-loader --save-dev(没安装的时候,会一直报错) 3.build/webpack.base.conf.js里参照如下代码进行配置: var vueLoaderConfig = requir ...
分类:其他好文   时间:2019-03-19 12:12:13    阅读次数:139
Servlet和JDBC如何配合使用请给一个例子?
1.Servlet与JDBC:(视频下载) (全部书籍)马克-to-win:回去参考我java部分的jdbc部分的知识。(我把那里的例子搬到了这里)在那里,我们提到最实用的单态模式的数据库连接池技术。这里需要注意的是,对于每个客户,tomcat都会用一个Servlet线程去应答。为了做到线程安全,在 ...
分类:数据库   时间:2019-03-19 10:47:16    阅读次数:207
ubuntu18.04无法启动网易云音乐解决方案
Exec=sudo -u username netease-cloud-music %U username替换成你自己的用户名 ...
分类:系统相关   时间:2019-03-19 01:27:20    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!