自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (39)
  • 问答 (2)
  • 收藏
  • 关注

原创 postgresql 10 ssl 双向认证

一、服务器端的操作 #在server端生成三个文件 #root.crt中(受信任的根证书) #server.crt这(服务器证书) #server.key(私钥) #以上三个文件放在/path/to/data/目录下   #生成私钥(要提供密码) openssl genrsa -des3 -out server.key 2048   #删除密码 openssl rsa -in...

2018-09-23 02:07:14 2330 1

原创 pip 更新全部包

from subprocess import call import os import json cc = os.popen('pip list --format=json ') cc = cc.read() print(cc) cc = json.loads(cc) for dist in cc: print(dist['name']) call("pip3 install...

2018-07-29 17:47:09 2468

ip-sub-calc

ip子网地址计算小工具

2023-05-23

FastAPI_EN_DOC.pdf

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

2020-02-20

rust中文教程.pdf

https://kaisery.github.io/trpl-zh-cn/ rust 中文第二版 pdf

2019-10-26

Windows PowerShell Cookbook thrid edition Lee Holmes.7z

Windows PowerShell Cookbook thrid edition Lee Holmes

2019-05-28

数据结构与算法Python.7z

用python 描述的数据结构

2019-05-28

enterprise delphi databases 2nd en

Welcome to this book on building Enterprise Databases with mORMot and Elevate Web Builder, all using Object Pascal.

2018-08-16

windows_nginx1.15_php7

windows 版的nginx1.15+php7.2 nginx 目录下集成了winsw-1.9-bin.exe ,这个软件可以很方便的将nginx安装成windows服务以便使用,可根据需要修改winsw-1.9-bin.xml 用时nginx 配置文件要检查一下,或重新下载一个新的。 php.vbs 用于启动php-cgi.exe ,默认端口9490,可自行修改,可以放在启动菜单目录,随系统启动时启动 php7 ,默认安装目录在c:\php7下,以集成 xdebug2.6 pdo_mysql pdo_pgsql pdo_sqlsrv pdo_redis

2018-08-16

xshell6.0.0095p+xftp6.0.0089p个人学校版

xshell6.0.0095p,xftp6.0.0089个人学校版,不错的ssh远程管理软件

2018-08-16

nginx windows 1.13.9 php

nginx 1.13.9 配置了php, 包含nginx的启动,关闭,重载的bat文件和php的启动,重新加载的bat,vbs文件。php进程用的端口号是9900.默认php7的安装是c:\php7.要修改php_start.vbs中php的路径。 createobject("wscript.shell").run "c:\php7\php-cgi.exe -b 127.0.0.1:9900 -c c:/php7/php.ini",0,false

2018-02-23

php for sqlserver 的扩展 4.0

php for sql server 的扩展模块,包括sqlsrv.dll pdo_sqlsrv.dll

2018-02-23

redis-server x64 3.2 + redis-desktop manager 0.9.0684

redis-server --service-install redis.windows-service.conf --loglevel verbose

2018-02-23

windows openssl 11.0f

OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. For more information about the team and community around the project, or to start making your own contributions, start with the community page. To get the latest news, download the source, and so on, please see the sidebar or the buttons at the top of every page.

2018-02-23

Python 3 Object-Oriented Programming, Second Edition.pdf

Python 3 Object-oriented Programming Second Edition Unleash the power of Python 3 objects

2017-11-13

Mastering Pandas.pdf

Master the features and capabilities of pandas, a data analysis toolkit for Python

2017-11-13

rad studio keygne 10.2

刚找的一个生成器,在我的机子上试用结果正常,放这共享一下

2017-11-13

Learning PHP 7 High Performance

About This Book, Make the optimum use of PHP coding to improve your programming productivityLeverage the potential of PHP for server-side programming, memory management, and object-oriented programmingPacked with real-life examples to help the readers implement concepts as they learn, Who This Book Is For, This book is for those who have basic experience in PHP programming. If you are developing performance-critical applications, then this book is for you., What You Will Learn, Setup high performance development and production environment for PHP 7Discover new OOP features in PHP 7 to achieve high performanceImprove your PHP applications' performanceAttain improved database performanceBenchmark PHP applications to optimize themWrite quality code by learning to improve code reusability, simplicity, and expressivenessGet rid of the bottlenecks in your PHP 7 applications by writing PHP code optimallyTackle issues related to web applications, such as high user dependency and large datasets, In Detail, PHP is a great language for building web applications. It is essentially a server-side scripting language that is also used for general-purpose programming. PHP 7 is the latest version, providing major backward-compatibility breaks and focusing on high performance and speed., This fast-paced introduction to PHP 7 will improve your productivity and coding skills. The concepts covered will allow you, as a PHP programmer, to improve the performance standards of your applications. We will introduce you to the new features in PHP 7 and then will run through the concepts of object-oriented programming (OOP) in PHP 7. Next, we will shed some light on how to improve your PHP 7 applications' performance and database performance. Through this book, you will be able to improve the performance of your programs using the various benchmarking tools discussed., At the end, the book discusses some best practices in PHP programming to help you improve the quality of your code., Style and approach, The book is a step-by-step guide to improve the quality of your code in PHP through real-time examples. The book takes a practical approach to improving the quality of your code.

2017-11-11

PHP 7 Programming Blueprints

Learn how to exploit the impressive power of PHP 7 with this collection of practical project blueprints – begin building better applications for the web today!

2017-11-11

learning php7 high Performance

基于python3的tp第二版的中文书,比较全面,学习python3的好材料

2017-11-11

php_sysinfo3.2.2

用PHP取操作系统的信息,用来收集环境信息,一般吧

2015-08-23

openssl 1.02a x64

openssl 1.02a x64 windows 版

2015-08-23

delphi xe8 up1注册工具

Delphi xe8 Update1 的注册工具,亲测可用

2015-08-23

Git权威指南.pdf

蒋鑫写的GIT权威指南,不是扫描的,很好的一本书

2015-06-06

jinja2 chm python

Jinja2 是一个 Python 的功能齐全的模板引擎。它有完整的 unicode 支持,一个可选 的集成沙箱执行环境,被广泛使用,以 BSD 许可证授权。

2015-02-08

jquery uploadify 离线帮助文件

方便使用的uploadify 离线帮助文件

2015-02-03

Jquery.DataTables离线帮助文件

在用jquery datatables开发,它的在线帮助打开很慢,很影响工作,就做了这个离线文档以便使用,特分享一下,随便挣几个工分下载时用

2015-02-03

jedi jvcl xe7

jedi jvcl xe7 可以正常使用,亲测安装运行没有问题。 1. 先安装jcl,直接运行 jcl\install.bat,弹出安装程序后先同意mpl协议,单击 install 就可以了。 2. jcl 安装后,进入jvcl目录运行install.bat,进行控件的安装。 保证jcl和jvcl在同一父目录下

2014-10-25

superobject1.2.4

SuperObject提供了两个类库文件SuperObject.pas,superxmlparser.pas,其中SuperObject.pas就是用于操作json数据,而superxmlparser.pas用与从XML数据中解析出json数据。

2014-10-02

virtual Serial Port driver 6

方便好用的虚拟串口工具,要以设置多个串口,方便调试使用。在win7 , win8 下可以正常使用。

2014-10-02

print2Flash打印机

Flash打印机,可以方便的处理将word等格式的文件转换为swf,方便在网站上发布。有序列号。

2014-10-02

virtualTreeView 5.3 d7-xe7

virtualTreeview 5.3 ,亲测xe7下可以正常安装使用

2014-10-02

delphi 串口通信组件

串口组件,d7-xe6,在xe7下亲测可以安装使用

2014-10-02

less学习资源(网站镜像)

www.less.net的镜像,方便学习查询使用

2014-07-03

virtualTreeView 5.4

支持xe6的 vitrual tree view 5.4

2014-05-31

chm to pdf

将chm文件转换成pdf文件的好工具,可以注册的。

2013-12-16

smarty 3 中文手册

smarty3.1 的中文手册 pdf版,便于在平板上阅读

2013-12-16

dhtml1.6 pro

dhtml tree 专业版,自己使用正常

2011-12-16

erwin指南.pdf

ca 的erwin使用指南,很好的er设计工具

2008-12-22

asp编写的 上传文件的代码

用于上传数据的asp代码,可上传单个文件,也可以上传多个文件。

2008-11-21

HP的USB盘格式化工具

HP出品的usb盘格式化工具,可以制做启动盘,通性还可以。

2008-09-17

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除