USE [NLISSST]GO/****** Object: StoredProcedure
[SST].[sp_ArbitrationUpdateByID] Script Date: 05/08/2014 10:29:59 ******/SET
ANSI_NULLS ONGOSET QUO...
分类:
其他好文 时间:
2014-05-08 18:50:01
阅读次数:
275
接着上一篇讲解runtime反射属性的用法runtime反射属性列表:
在很多时候,Android和IOS经常需要在程序中生成一个列表,并且列表中数据格式什么的基本相同。Android还好一点,谷歌的Gson很完美的解决了解析的问题.
前提是你需要生成一个跟你的借口返回数据完全相同的model,这....
分类:
其他好文 时间:
2014-05-08 14:09:28
阅读次数:
354
Js获取当前日期时间及其它操作 var myDate = new
Date();myDate.getYear(); //获取当前年份(2位)myDate.getFullYear();
//获取完整的年份(4位,1970-????)myDate.getMonth(); //获取当前月份(0-11,0....
分类:
Web程序 时间:
2014-05-08 11:44:58
阅读次数:
351
一 、对style和attr的引用1.
当引用平台的style做为style的parent时,“@android:style/主题” == “@android:主题” ==“
android:style/主题 ”== “android:主题”;2. 当引用平台的style作为属性的引用时,“@and...
分类:
移动开发 时间:
2014-05-08 10:20:32
阅读次数:
535
linux中crontab实现以秒执行任务很多时候,我们计划任务需要精确到秒来执行,根据以下方法,可以很容易地以秒执行任务。以下方法将每10秒执行一次1.编辑crontabcrontab-e*****/bin/date>>/tmp/date.txt*****sleep10;/bin/date>>/tmp/date.txt*****sleep20;/bin/dat..
分类:
其他好文 时间:
2014-05-08 02:23:09
阅读次数:
337
今天做了一下老师给的第一套题,第一题是判断一个字符串是否在另一个字符串中:做了一下,感觉有好多种写法,java中的类真的好多啊,要掌握好一些基本类的用法:
package com.exam.e120;
public class java1 {
public static void main(String[]args){
String str1,str2;
str1="I am Tom...
分类:
编程语言 时间:
2014-05-08 00:02:39
阅读次数:
423
很早写的,最近别人问过一次,贴出来吧。#!/bin/bash
#
source/etc/profile&>/dev/null
basedir=$(cd`dirname$0`;pwd)
nowmonth=`date+%m`
nowday=`date+%d`
email="$basedir/email/sendemail.sh"
functionGaiMiMa(){
user="$1"
passwd=$(/usr/bin/mkpasswd-l20-d5-c2-C..
分类:
其他好文 时间:
2014-05-07 22:26:08
阅读次数:
951
第一部分源码为基础实践: 1 /*Beyond the C++ Standard
Library ( An Introduction to Boost )[CN].chm*/ 2 /*bind的用法*/ 3 4 #include 5
#include 6 #include 7 #includ...
分类:
其他好文 时间:
2014-05-07 21:27:36
阅读次数:
536
update 表1 set 表1.A=表2.A from 表2where表1.B=表2.B
分类:
数据库 时间:
2014-05-07 21:19:42
阅读次数:
425
gsettings reset org.gnome.desktop.wm.preferences
theme默认gnomegsettings set org.gnome.desktop.interface clock-show-date
true顶部面板显示日期gsettings set org.g...
分类:
其他好文 时间:
2014-05-07 21:06:13
阅读次数:
401