<?php//加载初始化文件include '../init.php';//加载数据库include DIR_CORE.'MYSQLDB.php';//接受发帖页面传送的数据$title = addslashes(strip_tags(trim($_POST[title])));$content = ...
分类:
其他好文 时间:
2016-12-03 02:01:46
阅读次数:
201
Learn the basics of downloading and pulling Docker images from Docker Hub. Learn the difference between default tags and version specific tags. Also l ...
分类:
其他好文 时间:
2016-12-02 07:50:15
阅读次数:
209
title:Python学习记录day5
tags:python
author:ChingeYang
date:2016-11-26
1.多层装饰器
多层装饰器的原理是装饰器装饰函数后其实也是一个函数这样又可以被装饰器装饰。编译是从下至上进行的执行时是从上至下进行。
#!/usr/bin/envpython
#_*_coding:utf-8_*_
‘‘‘
*Createdon..
分类:
编程语言 时间:
2016-12-02 03:42:35
阅读次数:
209
在jsp文件中,可以引用 tag 和tld 文件,本文主要针对 tag 对于tag 文件 1)将此类文件放在 WEB-INF 下,比如 /WEB-INF/tags,tags 是目录,其下可以有多个.tag文件,如 tree.tag,menu.tag 2)在jsp 中使用 <%@ taglib pre ...
分类:
Web程序 时间:
2016-12-01 11:45:50
阅读次数:
342
A.Zeratu的军训游戏 Problems: 开灯问题,问无数次操作之后第n盏灯的状态 Analysis: cj:平方数有奇数个约数 Tags: Implementation B.Zeratud的完美区间 Problems: 对于一个[1, n]的排列中,询问区间[l, r]中数字是否连续 Ana ...
分类:
其他好文 时间:
2016-11-29 09:43:31
阅读次数:
208
Tags a) Property i. 介绍:Used to get the property of a value, which will default to the top of the stack if none is specified. ii. 重要参数: b) Set i. 介绍:Th ...
分类:
其他好文 时间:
2016-11-29 07:35:58
阅读次数:
177
1.从github上面获取AMQP基于php的实现扩展 2.创建生产者 send.php 1 require(__DIR__ . '/../protected/vendor/autoload.php'); 2 3 use PhpAmqpLib\Connection\AMQPStreamConnect ...
分类:
Web程序 时间:
2016-11-28 20:34:36
阅读次数:
243
Windows 7 封装篇(一)【母盘定制】[手动制作]定制合适的系统母盘 http://www.win10u.com/article/html/10.html Windows 7 封装篇(一)【母盘定制】[手动制作]定制合适的系统母盘 Windows 7 封装篇(一)【母盘定制】定制合适的系统母盘 ...
配置Jenkins获取git tag代码的方式其实方法很多,目前我使用比较多的主要是通过Git Parameter 来配置动态的获取最新tags代码,主要我们首先需要安装一下Git Parameter Plug-In插件,有时候直接安装会安装失败,那就直接手动安装一下。 下载地址:http://up ...
分类:
其他好文 时间:
2016-11-27 19:15:26
阅读次数:
475
研究SVN分支合并的问题,只要用到trunk(主干)/branches(分支)/tags(标签),参考:http://www.cnblogs.com/EasonJim/p/6103807.html。 场景: 1、假设公司有一套电商产品,每个季度会发布一个版本,功能和底层上都是往上递增的。 2、那么问 ...
分类:
其他好文 时间:
2016-11-26 20:31:01
阅读次数:
175