自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(0)
  • 资源 (28)
  • 收藏
  • 关注

空空如也

Mastering Rust

Since you're already an accomplished programmer, this chapter will go through the design philosophy of Rust and the basics of the language in a rather speedy fashion. Each subsection will contain example code and runs of the compiler, the output given by it (if any), and there will be more than a dozen code examples. Programming is a unique combination of knowledge and craft, both being equally important. To get on the path of mastering a craft, you need practice, which is why I recommend that you write, not copy/paste, every piece of code you see here manually.

2018-11-02

Go Programming Blueprints - Second Edition

go圣经-最新修订版 Go is great for writing high-performance, concurrent server applications and tools, and the Web is the perfect medium over which to deliver them. It would be difficult these days to find a gadget that is not web-enabled and this allows us to build a single application that targets almost all platforms and devices.

2018-11-02

React Design Patterns and Best Practices

React设计模式及最佳实践 This book assumes that you already know what React is and what problems it solves for you. You may have written a small/medium application with React and you want to improve your skills and answer all your open questions. You should know that React is maintained by developers at Facebook and hundreds of contributors within the JavaScript community. React is one of the most popular libraries for creating user interfaces and it is well-known to be fast, thanks to its smart way of touching the DOM.

2018-11-02

Python Machine Learning By Example

跟着例子学习机器学习~~ 非常赞, 深入浅出~~~~~~~ We kick off our Python and machine learning journey with the basic, yet important concepts of machine learning. We will start with what machine learning is about, why we need it, and its evolution over the last few decades. We will then discuss typical machine learning tasks and explore several essential techniques of working with data and working with models. It is a great starting point of the subject and we will learn it in a fun way. Trust me. At the end, we will also set up the software and tools needed in this book.

2018-11-02

php-多线程扩展

c开发的php扩展,你懂的 php 多线程 扩展

2012-06-28

php多线程扩展

c开发的php扩展,你懂的 php 多线程 扩展

2012-06-28

PHP扩展-IPDB (根据ip查询具体地址信息)

c写的php扩展,你懂的 PHP扩展-IPDB (根据ip查询具体地址信息)

2012-06-28

php_memcache.dll

php_memcache.dll php扩展

2012-06-15

php_mongo.dll

php_mongo.dll你懂的 php mongo的扩展

2012-06-15

php_redis.dll

php_redis.dll 你懂的. php redies扩展

2012-06-15

Linux命令大全(最新版)

1.最新Linux命令大全(最新版) 2.包含常用命令, 使用,方便

2011-07-11

超级终端 telnet工具 支持win7

最实在的telnet工具。就算实用其他工具也必备的工具

2010-12-17

php_apc.dll【php组件】

php_apc.dll【php组件】 php_apc.dll【php组件】 php_apc.dll【php组件】 php_apc.dll【php组件】

2010-06-28

PHP开发框架底层【试用于任何系统的PHP+mysql+smarty+oop开发】

PHP开发框架底层 该结构包含了 smarty mysql page 类,属于一个系统开发底层。 包含了后台管理,可实现无限级别控制,已经包含登录退出管理页面 数据库可以实现新闻无限分类扩展,系统配置无限增加字段扩展 试用于任何系统的PHP+mysql+smarty+oop开发,一下是具体的结构图。 PHP100_F_System ┃ ┣━ admin ┃ ┣━ common ┃ ┃ ┣━ action.class.php //后台动作类包含了权限认证等功能 ┃ ┃ ┗━ page.class.php //后台分页类 ┃ ┃ ┃ ┣━ admin_global.php //后台全局变量文件 ┃ ┣━ admin_left.php ┃ ┣━ admin_main.php ┃ ┣━ index.php ┃ ┗━ main.php ┃ ┃ ┣━ cache ┃ ┣━ common ┃ ┣━ smarty //模板引擎 ┃ ┣━ action.class.php //动作类 ┃ ┗━ mysql.class.php // mysql数据库类 ┃ ┣━ configs ┃ ┗━ config.php //系统配置文件 ┃ ┣━ images ┃ ┗━ common.css ┃ ┣━ templates ┣━ templates_c ┃ ┣━ global.php //全局变量文件 ┗━ index.php

2009-12-15

根据IP显示天气预报代码.txt

1.根据IP显示天气预报代码 2.超级实用~~~

2009-11-03

ajax文章心情投票程序php版

1.ajax文章心情投票程序php版 2.很是不错,强烈推荐~

2009-11-03

让火狐浏览器具有调试功能的插件firefirebugv1.4.2fx

一. 安装使用说明 源代码介绍:Firebug是目前超强大的web开发工具,功能很全面,但是只在firefox中可用,当你在浏览网页时,它能使你实时的在任何一个页面上编辑,测试css,Html,javascript.功能介绍:1.跟踪HTML,很容易找到页面上的某一个区域的HTml在哪里2.js断点调试3.css调试4.dom树分析5.网络检测,跟踪每一个请求,可以查看请求和响应的所有内容,可以帮你发现性能瓶颈,同时也是一个很好的hack工具和ajax调试工具

2009-10-28

系统垃圾清理.bat【很小很实用】

1.系统垃圾清理.bat【很小很实用】 2. 没话说,狂顶!!!!!!!!!!!

2009-10-21

jQuery实现的图片滑动门效果(源码,经典)

1.jQuery实现的图片滑动门效果(源码,经典) 2.方便实用。

2009-10-21

两个纯JS实现分页的例子源码 (真经典)

1.两个纯JS实现分页的例子源码 (真经典) 2.方便好用。 简单易懂。

2009-10-21

JS +xml实现分页(超级经典)

1.JS +xml实现分页(超级经典) 2.很好用。 简单易懂,功能不凡。

2009-10-21

非常优秀的下拉菜单DIV+CSS源码

1.非常优秀的下拉菜单DIV+CSS源码 2.蛮实用的,可以二次开发

2009-10-21

两个超级经典的图片转换代码(jQuery实现的)

1.两个超级经典的图片转换代码(jQuery实现的) 2.实用性广。非常好用。

2009-10-21

一些可用的php类(几乎涵盖了所有php类)

1.一些可用的php类(几乎涵盖了所有php类) 2.现成的php类。 直接可以使用,提高了开发速度。 3.比较齐全

2009-10-21

精灵视频点播系统(php+mysql)

1.精灵视频点播系统(php+mysql) 2.适合php新手学习。

2009-10-21

空空如也

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

TA关注的人

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