不同vlan间的通信简单配置 1.单臂路由(图) 环境:一台路由器,一台二层交换机,两台pc机 二层交换机的配置一般模式:Switch>输入enable进入特权模式:Switch>enable输入configure terminal进入全局配置模式:Switch#configure terminal ...
分类:
其他好文 时间:
2017-03-25 10:52:29
阅读次数:
396
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>判断是否选中</title> <script type="text/javascript" src="./js/jquery-1.8.3.min.js"></s ...
分类:
Web程序 时间:
2017-03-24 22:56:12
阅读次数:
342
private void Form1_Load(object sender, EventArgs e) { this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.BackColor = Color.Red; th ...
1、安装环境准备
#wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repo
#yuminstallcmake-y
#yuminstallncurses-devel-y
#useradd-s/sbin/nologin-Mmysql
2、编译环境准备
#mkdir/usr/local/mysql
#mkdir/software
#cd/software/
#ta..
分类:
数据库 时间:
2017-03-24 20:54:07
阅读次数:
189
“Wow!新媒体营销深度分享会”是虎嗅打造的创新跨界营销平台,以引领营销趋势和洞察技术奇点为目标,推动前沿技术创新与营销的碰撞融合。 在这里,你将看到2017年最前瞻的营销趋势、最经典火爆的营销案例复盘、最新鲜前沿的技术集中亮相、最有深度的技术营销官经验分享。我们期望,该活动能链接创新人与创新技术, ...
分类:
其他好文 时间:
2017-03-24 19:16:39
阅读次数:
186
// // ViewController.m // 03-掌握-NSURLSession #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewD... ...
分类:
Web程序 时间:
2017-03-24 13:17:32
阅读次数:
187
numpy.mat Unlike matrix, asmatrix does not make a copy if the input is already a matrix or an ndarray. Equivalent to matrix(data, copy=False). data : ...
分类:
编程语言 时间:
2017-03-24 00:14:56
阅读次数:
204
新建一个cxStyleRepository,分别建立几种Styles,如cxgrid_odd,cxgrid_even,cxgrid_selection等,并设置好它们的背景色、字体属性等。 在cxGridDBTableView中,有一个Styles属性, 里面有Content,ContentEven ...
分类:
其他好文 时间:
2017-03-23 23:58:49
阅读次数:
366
Python 编程中常用的 12 种基础知识总结:正则表达式替换,遍历目录方法,列表按列排序、去重,字典排序,字典、列表、字符串互转,时间对象操作,命令行参数解析(getopt),print 格式化输出,进制转换,Python调用系统命令或者脚本,Python 读写文件。 1、正则表达式替换 目标: ...
分类:
其他好文 时间:
2017-03-23 19:05:37
阅读次数:
223
- 线程进程介绍 1. 工作最小单元是线程 2. 应用程序 -> 至少有一个进程 -> 至少有一个线程 3. 应用场景: IO密集型:线程 计算密集型:进程 4. GIL,全局解释器锁。 - 保证同一个进程中只有一个线程同时被调度 - 线程 1. 基本使用 def task(arg): time.s ...
分类:
编程语言 时间:
2017-03-23 14:26:53
阅读次数:
184