#!/usr/bin/python#! _*_ coding:utf-8 _*_from datetime import date, datetime, timedeltaimport os,timeuser = 'dbuser'passw = 'password'ip = '10.8.8.8'di ...
分类:
数据库 时间:
2017-07-26 17:35:19
阅读次数:
274
.box{ position: relative; } .box::after{ content: ''; position: absolute; width: 200%; height: 1px; bottom: 0; border-bottom: 1px solid red; transform ...
分类:
其他好文 时间:
2017-07-26 10:50:10
阅读次数:
132
CSS 语法 CSS 规则由两个主要的部分构成:选择器,以及一条或多条声明。 1 2 3 4 5 6 7 8 9 ''' selector { property: value; property: value; ... property: value } ''' 1 2 3 4 5 6 7 8 9 ...
分类:
编程语言 时间:
2017-07-26 09:45:56
阅读次数:
209
https://blog.jayway.com/2010/10/13/exceptions-and-errors-on-ios/ October 13, 2010 by Fredrik Olsson in Architecture, Cocoa, Embedded, Testing, Tips & ...
分类:
移动开发 时间:
2017-07-26 02:01:59
阅读次数:
336
package com.log; import java.io.IOException; import java.net.URLEncoder; import java.util.ArrayList; import java.util.Enumeration; import java.util.Li... ...
分类:
其他好文 时间:
2017-07-25 21:24:05
阅读次数:
167
using (SqlBulkCopy sqlbulkcopy = new SqlBulkCopy(da.Connection as SqlConnection, SqlBulkCopyOptions.Default, tran as SqlTransaction)) { sqlbulkcopy.Ba ...
分类:
数据库 时间:
2017-07-25 18:09:11
阅读次数:
192
先看本人AS报错异常 Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. > com.android.build.api.transform.TransformException: co ...
分类:
编程语言 时间:
2017-07-25 18:08:27
阅读次数:
375
package className; import java.util.Random; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.BorderLayout; imp ...
分类:
其他好文 时间:
2017-07-25 10:09:17
阅读次数:
151
strchr函数与strrchr函数 strcpy函数与strncpy函数 ...
分类:
编程语言 时间:
2017-07-25 00:51:12
阅读次数:
292
Catch That Cow Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100 ...
分类:
其他好文 时间:
2017-07-24 21:26:55
阅读次数:
170