11 2017 档案

摘要:yum -y groupinstall "X Window System" "Chinese Support" "Desktop" 阅读全文
posted @ 2017-11-24 19:56 zhaocundang 阅读(684) 评论(0) 推荐(0) 编辑
摘要:Oracle 一个中文汉字 占用几个字节,要根据Oracle中字符集编码决定 查看oracle server端字符集 select userenv('language') from dual; 如果显示如下,一个汉字占用两个字节 SIMPLIFIED CHINESE_CHINA.ZHS16GBK 如 阅读全文
posted @ 2017-11-21 11:50 zhaocundang 阅读(764) 评论(0) 推荐(0) 编辑
摘要:centos7。 1.安装X11。yum groupinstall "X Window System"。 2.安装gnome。 全安装:yum groupinstall -y "GNOME Desktop"。 最小安装:yum install gnome-classic-session gnome- 阅读全文
posted @ 2017-11-19 22:00 zhaocundang 阅读(976) 评论(0) 推荐(0) 编辑
摘要:登陆 sftp -i 密钥路径 用户@ip ➜ ~ sftp -i Desktop/aliyun.pem root@39.106.30.1 Connected to 39.106.30.1 上传文件 put 本地路径 远程路径 sftp> put .ssh/* /home Uploading .ss 阅读全文
posted @ 2017-11-18 22:16 zhaocundang 阅读(1047) 评论(0) 推荐(0) 编辑
摘要:可行方法: mac终端输入 ssh-keygen 因为mac系统是类unix系统,linux系统是unix系统演变来的,所以呢,相当于在一个linux系统登录另外一个linux系统, 基本命令还是一样的。 用ssh-keygen生成公钥和私钥,把公钥放到服务器上,即可。 如果不行就参照一下方法: 从 阅读全文
posted @ 2017-11-12 21:36 zhaocundang 阅读(4098) 评论(0) 推荐(0) 编辑
摘要:下载mac数据库客户端: 地址:http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html 下载这俩个:(来源:http://www.cnblogs.com/xiaobo-Linux/p/7821402.html) 12.12 阅读全文
posted @ 2017-11-12 12:47 zhaocundang 阅读(2314) 评论(0) 推荐(0) 编辑
摘要:装完Ooracle 11g之后客户端sqlplus复制粘贴的时候不太简单,就 用了实验室的老版本10g客户端。 前提服务端装好了,想换一个客户端。11g sql plus也能用。 配置: 找到路径: c:\oracle\product\10.2.0\client_1\NETWORK\ADMIN 下配 阅读全文
posted @ 2017-11-10 23:02 zhaocundang 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-11-10 20:18 zhaocundang 阅读(2177) 评论(3) 推荐(0) 编辑
摘要:解决方法是: 查询的表名是否是大写的; 是否没有提交执行结果:可以commit一下; 阅读全文
posted @ 2017-11-10 15:58 zhaocundang 阅读(1085) 评论(0) 推荐(0) 编辑
摘要:Installing Wine on Mac This tutorial is for intermediate users who want to install and use Wine on their computer running macOS. You should already kn 阅读全文
posted @ 2017-11-08 12:34 zhaocundang 阅读(499) 评论(0) 推荐(0) 编辑
摘要:全程只有两个命令: yuminstallepelrelease yum install wine 关于epel-release,说白了就是一个第三方软件源。 企业版 Linux 附加软件包(以下简称 EPEL)是一个由特别兴趣小组创建、维护并管理的,针对 红帽企业版 Linux(RHE 阅读全文
posted @ 2017-11-07 22:38 zhaocundang 阅读(661) 评论(0) 推荐(0) 编辑
摘要:1.mac 磁盘工具 抹掉sd卡 为fat 2. df -h 看清sd卡号 3. 卸载sd卡 diskutil unmount /dev/disk2s2 Volume UNTITLED on disk2s2 unmounted 4.列出sd卡分区 diskutil list /dev/disk0 ( 阅读全文
posted @ 2017-11-04 22:26 zhaocundang 阅读(3751) 评论(0) 推荐(0) 编辑
摘要:import java.util.ArrayList; import java.util.List; public class Bank{ private List customers; //customers集合 private int numberOfCustomers; //记录客户数量 public... 阅读全文
posted @ 2017-11-01 22:19 zhaocundang 阅读(291) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示