链条传动

砥砺前行,不忘初心!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年9月20日

摘要: 安装 安装Nginx Nginx是最流行的高性能HTTP服务器。 安装pcre: 安装zlib: 安装nginx: 安装MySQL-python MySQL-python是Python访问MySQL数据库的第三方模块库(yum安装或源码安装)。 安装uwsgi uwsgi是一个快速的、纯C语言开发的 阅读全文
posted @ 2016-09-20 15:49 链条君 阅读(4915) 评论(0) 推荐(0) 编辑

摘要: 使用图灵机器人的API需要先注册,获取key才行,这我就不说了,自己到http://www.tuling123.com/注册一个账号即可。 下面就是一个简单的python调用API实现聊天机器人的简易脚本。 阅读全文
posted @ 2016-09-20 15:36 链条君 阅读(2315) 评论(0) 推荐(0) 编辑

摘要: CSS引用说明 常用属性示例 <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>标题</title> <style> .logo{ backg 阅读全文
posted @ 2016-09-20 15:17 链条君 阅读(190) 评论(0) 推荐(0) 编辑

摘要: 【jquery引用字段】 <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <title>Title</title> </head> < 阅读全文
posted @ 2016-09-20 14:51 链条君 阅读(551) 评论(0) 推荐(0) 编辑

摘要: js 阅读全文
posted @ 2016-09-20 14:25 链条君 阅读(237) 评论(0) 推荐(0) 编辑

摘要: alert('Hello World!') //方法用于显示带有一条指定消息和一个 OK 按钮的警告框。 //定义js函数 function Foo(name) { console.log(name); }; //匿名函数 var temp = function () { }; //自执行函数 (function () { console.log('Alex... 阅读全文
posted @ 2016-09-20 14:20 链条君 阅读(329) 评论(0) 推荐(0) 编辑

摘要: CSRF(Cross-site request forgery)跨站请求伪造,也被称为“one click attack”或者session riding,通常缩写为CSRF或者XSRF,是一种对网站的恶意利用。 尽管听起来像跨站脚本(XSS),但它与XSS非常不同,并且攻击方式几乎相左。XSS利用 阅读全文
posted @ 2016-09-20 14:07 链条君 阅读(936) 评论(0) 推荐(0) 编辑