上一页 1 ··· 4 5 6 7 8
摘要: windows设置代理 阅读全文
posted @ 2019-05-08 10:31 云long 阅读(5846) 评论(0) 推荐(0)
摘要: Jmeter连接SqlServer数据库进行压力测试 阅读全文
posted @ 2018-11-12 10:54 云long 阅读(1224) 评论(0) 推荐(0)
摘要: 修改windows server的机器名的时候,发现change按钮是disable的。 手动修改不了,用注册表regedit来修改。 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerNam 阅读全文
posted @ 2018-09-10 14:44 云long 阅读(575) 评论(0) 推荐(0)
摘要: Autoconfiguration IPV4 阅读全文
posted @ 2018-09-10 13:48 云long 阅读(5774) 评论(0) 推荐(0)
摘要: python3 socket简单通信 阅读全文
posted @ 2018-07-09 14:04 云long 阅读(10556) 评论(0) 推荐(0)
摘要: python3,pymysql,mysql数据库 阅读全文
posted @ 2018-06-29 16:10 云long 阅读(1635) 评论(0) 推荐(0)
摘要: 转载自https://blog.csdn.net/wumenglu1018/article/details/78184930 在Python中有很多编写图形程序的方法,一个简单的启动图形化程序设计的方法是使用Python内嵌的Turtle模块。Turtle是Python内嵌的绘制线、圆以及其他形状( 阅读全文
posted @ 2018-05-14 09:53 云long 阅读(5499) 评论(0) 推荐(0)
摘要: 本文和大家分享一下Windows下单机最大TCP连接数,因为在做Socket 编程时,我们经常会要问,单机最多可以建立多少个 TCP 连接,本文将介绍如何调整系统参数来调整单机的最大TCP连接数。 Windows 下单机的TCP连接数有多个参数共同决定,下面一一介绍: 最大TCP连接数 TcpNum 阅读全文
posted @ 2018-04-28 15:35 云long 阅读(457) 评论(0) 推荐(0)
摘要: This network connection does not exist 在windows server 2008上面map了一个磁盘,共享的folder被我停止共享后,点击该磁盘的disconnect,跳出提示信息: This network connection does not exist 阅读全文
posted @ 2018-04-25 09:53 云long 阅读(757) 评论(0) 推荐(1)
摘要: 一. 条件判断 条件判断的关键字if elif else,具体规则如下: if condition_1: statement_block_1 elif condition_2: statement_block_2 else: statement_block_3 如果 "condition_1" 为 阅读全文
posted @ 2018-04-23 09:44 云long 阅读(8103) 评论(0) 推荐(0)
摘要: 装载自:https://www.cnblogs.com/cisum/p/8064222.html Python3 运算符 什么是运算符? 本章节主要说明Python的运算符。举个简单的例子 4 +5 = 9 。 例子中,4 和 5 被称为操作数,"+" 称为运算符。 Python语言支持以下类型的运 阅读全文
posted @ 2018-04-23 08:46 云long 阅读(1098) 评论(0) 推荐(0)
摘要: 修改字符串的值 string是一种不可变的数据类型,尝试修改string的值,python会报错:“TypeError: ‘str’ object does not support item assignment” 可以赋值给新的变量。 字符串可以用单引号或双引号来创建。 Python 不支持单字符 阅读全文
posted @ 2018-04-20 16:51 云long 阅读(1201) 评论(0) 推荐(0)
摘要: 转载自:http://blog.csdn.net/Liu68686868/article/details/79518471 我是从 https://dev.mysql.com/downloads/file/?id=474802 上面下载的社区版MySQL(版本为mysql-installer-web 阅读全文
posted @ 2018-04-12 11:05 云long 阅读(239) 评论(0) 推荐(0)
摘要: python list tuple dict set 阅读全文
posted @ 2018-04-11 16:08 云long 阅读(1011) 评论(1) 推荐(1)
上一页 1 ··· 4 5 6 7 8