李志宽 李志宽
2年前
WEB安全梳理-看完本文若未能让你学通操作系统,我将永远退出IT界!
windows操作系统一、常用的DOS命令ipconfig/all查看IP地址ipconfig/release释放ipipconfig/renew重新获得iparpa显示ARP缓存的命令,它可以显示电脑上所有的ARP缓存条目。whoami查询账号所属权限w
CuterCorley CuterCorley
4年前
Python SQLite 基本操作和经验技巧(一)
1.插入单行数据pythonimportsqlite3consqlite3.connect('xxxx/test.db')curcon.cursor()创建游标对象cur.execute("createtableStudent(SNOchar(10)UNIQUEprimarykey,Snamechar(20),Sse
Stella981 Stella981
3年前
OpenCV3.4.1快速集成到Android studio中,10分钟搞定
OpenCV3.4.1快速集成到Androidstudio中,10分钟搞定转载 https://blog.csdn.net/yu540135101/article/details/82593860(https://www.oschina.net/action/GoTo
Stella981 Stella981
3年前
Jmeter+Ant+Jenkins接口自动化测试框架搭建for Windows
前言软件开发的V模型大家都不陌生,其中测试阶段分为单元测试→功能测试→系统测试→验收测试。其中单元测试一般由开发同学们自己完成,大部分测试具体实施(这里不包括用例设计)是从单体功能测试开始着手的。!(https://usergoldcdn.xitu.io/2018/11/12/16706895ac09c25d?imageView2/0/
Stella981 Stella981
3年前
Microsoft Patterns & Practices系列书籍就如何采用Windows Azure提供指导
如果你正试图深入研究迁移到云计算并使用WindowsAzure(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.windowsazure.com%2F)的技术内幕,你应当首先考虑来自Microsoftpatterns&practices(https://www.osch
Stella981 Stella981
3年前
LENOVO的Y430P笔记本无线网卡BCM43142在ubuntu 14.04系统WIF上网不稳定
LENOVO的Y430P笔记本,网卡显示如下:$lspci07:00.0Ethernetcontroller:QualcommAtherosQCA8171GigabitEthernet(rev10)08:00.0Networkcontroller:BroadcomCorporationBCM43142802.
Stella981 Stella981
3年前
DbVisualizer配置连接hive
最近研究hive,打算在windows上用DbVisualizer连接hive写hql。没说的,先在网上搜。。。我参考的文章如下:http://blog.csdn.net/doupeihua/article/details/52557007http://blog.csdn.net/ydb\_jason/article/details/530634
Wesley13 Wesley13
3年前
mysql5.7.26 基于GTID的主从复制环境搭建
mysql5.7.26基于GTID的主从复制环境搭建时间:2019090616:10:21    阅读:20    评论:0    收藏:0    \点我收藏\标签:connect(https://www.oschina.net/action/GoToLink?
Wesley13 Wesley13
3年前
VirtualService资源详解
VirtualService资源详解学习目标!在这里插入图片描述(https://imgblog.csdnimg.cn/20200831115404401.jpg?xossprocessimage/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,te
Webpack5构建性能优化:构建耗时从150s到60s再到10s | 京东云技术团队
近期对Webpack5构建性能进行了优化,构建耗时从150s到60s再到10s,下面详细讲解下优化过程