会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
OsSkill
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页
2016年10月27日
Oracle_下载地址
摘要: 1、http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/index.html 1.1、现在(20161027),网页上显示,只提供 “Oracle Database 11g 第 2 版”和“Oracle
阅读全文
posted @ 2016-10-27 22:53 OsSkill
阅读(198)
评论(0)
推荐(0)
2016年10月25日
远程桌面__端口_等
摘要: 1、 查看远程桌面的端口的设置:CMD中输入命令: ZC: 这两条命令看上去有点怪... “Terminal”和“Server”中间 有一个 “" "” 2、修改 端口的2处 注册表位置: 2.1、HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
阅读全文
posted @ 2016-10-25 13:46 OsSkill
阅读(229)
评论(0)
推荐(0)
2016年10月11日
Linux_命令_积累
摘要: 1、ps 查看进程状态 ZC: "ps -a" 和 "ps a" 有区别... (具体查看 "man ps") 1.1、ps aux 1.2、"ps -a" 或者 "ps -A" 或者 "ps -e" 能看到 进程名。(这个和上面 "ps aux" 的效果有区别) 1.3、"-L" 可以 看进程中的
阅读全文
posted @ 2016-10-11 16:26 OsSkill
阅读(187)
评论(0)
推荐(0)
2016年10月10日
Linux_导出函数
摘要: 1、linux 下查看 .so 导出函数列表(http://blog.csdn.net/wangweixaut061/article/details/7164809) nm -D 7z.so objdump -tT 7z.so 2、
阅读全文
posted @ 2016-10-10 12:59 OsSkill
阅读(1069)
评论(0)
推荐(0)
2016年10月9日
Oracle_双机备份
摘要: 1、dataguard http://jingyan.baidu.com/article/f96699bb956ef2894e3c1b39.html http://blog.itpub.net/26230597/viewspace-1432637/ http://www.linuxidc.com/L
阅读全文
posted @ 2016-10-09 23:14 OsSkill
阅读(280)
评论(0)
推荐(0)
2016年9月30日
VMware技巧01
摘要: 1、20160930 VMware® Workstation 10.0.4 build-2249910,使用中遇到问题(WinXP sp3):网卡 桥接模式,NAT模式 都连不上网... 今天,尝试了两个 操作:(1)、打开 Windows中 VMware的NAT 的服务;(2)、设置:VMware
阅读全文
posted @ 2016-09-30 22:56 OsSkill
阅读(137)
评论(0)
推荐(0)
2016年9月12日
【转】IP分片和TCP分段
摘要: ZC: 由于 TCP中 MSS 的关系,TCP 不会造成 IP分片和TCP分段 ! 1、http://zhidao.baidu.com/link?url=YCnR8B-1EN4-cgauRtwa-iVqf6aMJlCJRiRd8IclA8CCQ8yYp5413usIU4aXuyy_wHgNJ3wee
阅读全文
posted @ 2016-09-12 10:20 OsSkill
阅读(282)
评论(0)
推荐(0)
2016年8月29日
netstat__stat
摘要: 1、"man netstat" 查看 命令"netstat"的参数和打印信息的含义 2、"netstat -awp" --> ZC: 查看 所有 raw套接字的信息(包含进程号等信息) 例子: 它显示的状态("State")是 "7",不知道是什么意思... 3、搜索网页 3.1、getsockop
阅读全文
posted @ 2016-08-29 15:43 OsSkill
阅读(289)
评论(0)
推荐(0)
2016年8月27日
adb_常用命令
摘要: 1、 adb push 电脑中的文件(包含路径) Android中的绝对路径 2、 adb pull Android中的绝对路径文件 电脑中的绝对路径 3、 adb install ??.apk 4、 5、
阅读全文
posted @ 2016-08-27 17:42 OsSkill
阅读(175)
评论(0)
推荐(0)
2016年8月25日
netstat
摘要: 1、 netstat -ano netstat -a ZC: 有时,不带参数 看的更简洁一点 1.1、 Active Internet connections 的 UDP 信息 netstat -au netstat -anu 1.2、Active Internet connections 的 TC
阅读全文
posted @ 2016-08-25 16:44 OsSkill
阅读(224)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页
公告