转:https://comsecuris.com/blog/posts/vmware_vgpu_shader_vulnerabilities/ Wandering through the Shady Corners of VMware Workstation/Fusion Fri, Sep 15, ...
分类:
系统相关 时间:
2017-09-24 23:38:14
阅读次数:
444
1 #!/bin/sh 2 # 3 # nginx - this script starts and stops the nginx daemon 4 # 5 # chkconfig: - 85 15 6 # description: Nginx is an HTTP(S) server, HTTP ...
分类:
其他好文 时间:
2017-09-24 23:38:02
阅读次数:
300
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _1._1 { class Program { ... ...
分类:
其他好文 时间:
2017-09-24 23:37:55
阅读次数:
167
cxf 中获取http对象 : http://blog.csdn.net/elim168/article/details/72417450 http://blog.csdn.net/paranoia_zk/article/details/53489817 cxf 上传大文件: http://www. ...
分类:
其他好文 时间:
2017-09-24 23:37:48
阅读次数:
158
private void Form1_Load(object sender, EventArgs e) {//透明度 progressBar1.Value = trackBar1.Value; this.Opacity = 0.5 + (double)trackBar1.Value / 100; / ...
分类:
其他好文 时间:
2017-09-24 23:37:39
阅读次数:
208
一个数组的(行数,列数) 组成了一个shape。 比如4x4 数组。可以reshape成(16,1)(8,2)(4,4)(2,8)(1,16)等。有时候不知道数组目前的行数和列数。但是要转换成特定的列数。可以用-1 代替未知的 比如4x4 转换成16x1的可以写成array.reshape(-1,1 ...
分类:
编程语言 时间:
2017-09-24 23:37:29
阅读次数:
356
python打印列表的下标和值的例子: In [1]: list01=[1,4,5] In [10]: def funct01(ll): ....: for index,value in enumerate(ll): ....: print index,value ....: In [11]: fu ...
分类:
编程语言 时间:
2017-09-24 23:37:21
阅读次数:
224
一、redis redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/r ...
分类:
其他好文 时间:
2017-09-24 23:37:14
阅读次数:
269
2015080360023 钟陈昊 请填写个人资料: (注意带有*的项目必须填写) 注意:答案长度不少于6位 个人声明 我愿意公开我的资料;姓名、联系方式其他已登记信息 ...
分类:
Web程序 时间:
2017-09-24 23:37:07
阅读次数:
294
姓名:曹敬真 学号:201421430015 指导老师:高见 1.虚拟机的安装与调试 安装XP和linux两个虚拟机,查看主机与两个虚拟机器的IP地址,并确保其连通性 (1)XP 使用NAT模式进行连接 (2) Linux 使用host-only模式进行连接 (3)主机 (4)利用主机测试与虚拟机一 ...
分类:
其他好文 时间:
2017-09-24 23:36:59
阅读次数:
244
1. 使用springboot插件 2. 使用application ...
分类:
编程语言 时间:
2017-09-24 23:36:52
阅读次数:
442
Encode labels with value between 0 and n_classes-1.可以理解将数据做一个标签。同样重复的用一个。 本例子中Geography是法国 德国西班牙。 他就将0,1,2分别赋值这个 Fit label encoder and return encoded ...
分类:
其他好文 时间:
2017-09-24 23:36:46
阅读次数:
288
转自 http://czmmiao.iteye.com/blog/1949225 简介之所以能用到这个命令,关键是由于很多命令不支持|管道来传递参数,而日常工作中有有这个必要,所以就有了xargs命令,例如: 这个命令是错误的find /sbin -perm +700 |ls -l 这样才是正确的f ...
分类:
其他好文 时间:
2017-09-24 23:36:38
阅读次数:
249
写在前面 因为对Vue.js很感兴趣,而且平时工作的技术栈也是Vue.js,这几个月花了些时间研究学习了一下Vue.js源码,并做了总结与输出。文章的原地址:https://github.com/answershuto/learnVue。在学习过程中,为Vue加上了中文的注释https://gith ...
分类:
Web程序 时间:
2017-09-24 23:36:27
阅读次数:
380
一、下载windows版本的Redis github下载地址:https://github.com/MicrosoftArchive/redis/releases/tag/win-3.2.100 二.将压缩包解压到D盘根目录下,目录名字叫redis,redis包含的文件如下图 三.编辑redis.w ...
一、介绍before/after CSS中的before和after伪类选择器早在CSS2时就被引入,改属性被所有主流浏览器所支持了。before和after顾名思义,分别指的是伪元素在元素前/后添加内容,默认他们是display是inline,但是可以使用CSS设置为block。应用before/ ...
分类:
Web程序 时间:
2017-09-24 23:36:08
阅读次数:
350
姓名: 密码: 性别: 男 女 喜爱的运动:篮球 足球 棒球 排球 地址:班级:填写信息 ... ...
分类:
Web程序 时间:
2017-09-24 23:36:01
阅读次数:
164