index.html dsFrameWork_Core.js/* * MAP对象,实现MAP功能 * * 接口: * size() 获取MAP元素个数 * isEmpty() 判断MAP是否为空 * clear(...
分类:
其他好文 时间:
2014-07-31 16:40:46
阅读次数:
225
在src下面新建file名为log4j.properties内容如下:
# Configure logging for testing: optionally with log file
log4j.rootLogger=WARN, stdout
# log4j.rootLogger=WARN, stdout, logfile
log4j.appender.stdout=org.apa...
分类:
移动开发 时间:
2014-07-31 13:33:46
阅读次数:
197
在网上找到一个关于sharepoint 2013 Form表单认证的sign out 方法,经过验证,有效。方法如下:
private void
RemoveCookiesAndSignOut()
{
// Clear sessionstate.
if (Context.Session !=null)
...
分类:
其他好文 时间:
2014-07-31 13:30:46
阅读次数:
249
最近一直在研究 android ,并一边研究一边做应用。其中遇到了把程序通知常驻在 Notification 栏,并且不能被 clear 掉(就像android QQ一样)的问题。经过研究实现了其功能,现把 Notification 的使用总结如下:
Notification 的使用需要导入 3 个类
1
2
3
impo...
分类:
移动开发 时间:
2014-07-30 17:32:34
阅读次数:
314
Tempo 2.0Tempo is an easy, intuitive JavaScript rendering engine that enables you to craft data templates in pure HTML.Why use Tempo?Clear separation ...
分类:
其他好文 时间:
2014-07-30 17:16:54
阅读次数:
712
在设计中常常会遇到这样的问题: 当容器内部有float样式时,容器的高度不会被撑开。 下面介绍两种方法解决上面的问题 第一种:在浮动元素后面加一个clear: both;比较常见的方法。 <style?type="text/css">
.lef...
分类:
Web程序 时间:
2014-07-30 15:07:54
阅读次数:
299
#!/bin/bashfile =$(date +%y%m%d%H%M)logfile=/home/目录名/backup/file.logecho "------"$(date +%Y-%m-%d%t%A%t%T)" Beginning backup--------" >>${logfile}#ta...
分类:
系统相关 时间:
2014-07-30 12:10:43
阅读次数:
291
(*
一般的清空combobox方法 combobox1.clear;
...
combobox9.clear;
*) procedure TForm1.Button1Click(Sender: TObject);
var i: integer;
begin for i:=0 to self.Com...
分类:
其他好文 时间:
2014-07-29 21:43:32
阅读次数:
690
procedure TForm1.FormCreate(Sender: TObject);beginedtHour.Clear;edtMinutes.Clear;edtHs.Clear;edtSec.Clear;end;procedure TForm1.Button1Click(Sender: TO...
分类:
其他好文 时间:
2014-07-29 20:37:52
阅读次数:
184
linux 基本命令的使用-命令在ubuntu下面执行,有些命令通用其他linux,有些不通用。
多条命令间用;号隔开,回车后可以一起执行。
clear-前屏,pwd显示当前目录,cd跳转目录。
sudo [命令] -ubuntu 下以管理员身份运行命令。
一般情况下,运行当前目录下的程序,要用 ./文件名 执行。
查看当前shell名称:ps
进入另外一个shell,直接输入she...
分类:
编程语言 时间:
2014-07-29 17:53:13
阅读次数:
361