三元运算: 语法:result = 值1 if 条件 else 值2 当条件为真时,result = 值1 当条件为假时,result = 值2 进制: 二进制:01 八进制:01234567 十进制:0123456789 十六进制:0123456789ABCDEF 十六进制和二进制对应关系: 0 ...
分类:
编程语言 时间:
2017-04-24 15:34:21
阅读次数:
165
jQuery 遍历函数包括了用于筛选、查找和串联元素的方法。 ...
分类:
编程语言 时间:
2017-04-24 00:10:12
阅读次数:
400
Similarity of Subtrees Define the depth of a node in a rooted tree by applying the following rules recursively: The depth of a root node is 0. The dep ...
分类:
其他好文 时间:
2017-04-23 23:19:26
阅读次数:
622
python关于shabang(#!) python第一行shabang设置 百度知道 ...
分类:
编程语言 时间:
2017-04-23 15:04:34
阅读次数:
146
using ConsoleApplication4.App_Code; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication ...
分类:
Web程序 时间:
2017-04-23 10:53:11
阅读次数:
260
源代码编译安装Nginx: 一、配置Nginx隐藏版本号 在生产环境中,需要隐藏 Nginx 等服务的版本信息,以避免安全风险 1、修改源码包 2、修改配置文件 如果 php 配置文件中配置了 fastcgi_param SERVER_SOFTWARE 选项,则编辑 php-fpm 配 置文件,将f ...
分类:
其他好文 时间:
2017-04-22 19:42:19
阅读次数:
304
因为需要在网上搜索了一下找到此修改方法: 首先 是新建模型:商标信息 模型;附加表为dede_shangbiao ,附加字段先添加了2个,sbID(商标ID)和chuangyi(创意说明)然后 打开需要搜索的模板,我用的是通用的模板,head.htm 稍后有图说明, <form action="{d ...
分类:
其他好文 时间:
2017-04-22 15:40:43
阅读次数:
320
#include<bits/stdc++.h> using namespace std; int main() { int T; scanf("%d", &T); while(T--) { system("data > input.txt"); system("a+b < input.txt > 1 ...
分类:
其他好文 时间:
2017-04-22 14:47:34
阅读次数:
184
在Mac OS 中Library文件夹是默认不显示的,这对普通用户来说是有好处的,可以防止用户误操作删除Library文件夹,但对于iOS的开发者来说是非常麻烦的,特别是ArcGIS Runtime For iOS的开发者,因为 ArcGIS Runtime For iOS会默认安装的Library ...
分类:
系统相关 时间:
2017-04-22 14:44:47
阅读次数:
255
电力窃漏电用户的自动识别的笔记:
目标:
1、归纳漏电用户的关键特征,构建漏电用户的model
2、利用事实监控的数据,懂所有的用户进行实时诊断
注意的点:
1、某一些大用户不可能存在漏电行...
分类:
其他好文 时间:
2017-04-22 12:49:41
阅读次数:
580