Pop is an extensible animation engine for iOS and
OS X. In addition to basic static animations, it supports spring and decay
dynamic animations, makin...
分类:
其他好文 时间:
2014-05-04 12:04:46
阅读次数:
302
使用live
writer写博客的确方便,但有个简单的问题,我始终无法解决,就是发布的博客老是无法首行缩进,试过好多方法,都有问题:直接加全角空格。上传时就给过滤掉了。修改defaultcss,结果只是本地改了,传上去一样。用text
template插件(参考),传上去倒是好了。但如果要再次编辑修...
static void Main(string[] args) { //string[] str =
{ "", "" }; //TestParams(str); //TestParams("我","爱","北京","...
分类:
其他好文 时间:
2014-05-04 11:42:53
阅读次数:
190
using System.Collections.Generic;using
System.Collections.Specialized;using System.Linq;using System.Web;using
System.Text;using System.Web.Mvc;using ...
分类:
Web程序 时间:
2014-05-03 23:02:35
阅读次数:
492
这是程序代码,我是按照网上和视频讲解的步骤写的代码:import
java.sql.*;public class jdbc {/*** @param args*/public static void main(String[]
args) {// TODO Auto-generated method...
分类:
数据库 时间:
2014-05-03 23:00:11
阅读次数:
385
var Item1: TListViewItem;begin Item1 :=
ListView1.Items.Add; Item1.Purpose:=TListItemPurpose.Header;//
Item1.Purpose:=TListItemPurpose.Footer; Item1.t...
分类:
移动开发 时间:
2014-05-03 22:34:33
阅读次数:
547
首先看下面这个例子
public static void main(String[] args) {
ArrayList al1 = new ArrayList();
al1.add(1);
ArrayList al2 = new ArrayList();
al2.add("hello");
//int型链表和string型链表,结果为true
System.out.p...
分类:
编程语言 时间:
2014-05-03 22:02:53
阅读次数:
376
直接转换的时候遇到两个问题:
1、预编译头文件*.PCH找不到
2、static_cast”: 无法从“void (__thiscall CView2::* )(void)”转换为“LRESULT (__thiscall CWnd::*
1、来源:http://www.zhuyanfeng.com/archives/2231
错误:
fatal error C1083: 无法打开...
分类:
编程语言 时间:
2014-05-03 21:56:12
阅读次数:
415
昨天,安装某款游戏之后,发现chrome的主页被篡改为360导航。
进入chrome设置修改主页,重新启动chrome还是360导航,后来发现在chrome快捷方式的属性中目标后面加了一串360导航的网站,删去,主页恢复。
但是重启电脑之后,主页又一次被篡改为360导航,快捷方式的属性中目标也正常。
不仅主页被篡改,chrome的账户登录状态也没有了,而且启动chrome都不...
分类:
其他好文 时间:
2014-05-03 21:23:11
阅读次数:
693
package ioTest.io3;
import java.io.File;
/*
* 获取一个目录下的所有文件夹和文件,包括子文件夹和子文件 。
* 并将文件夹和文件名称打印在控制台上面。并且要显示文件目录的层级
* 注:运用了递归的算法。
*/
public class FileDemo3 {
public static void main(String[] args) {
...
分类:
编程语言 时间:
2014-05-03 20:54:44
阅读次数:
677