http://blog.csdn.net/testcs_dn/article/details/8726480http://www.myexception.cn/asp-dotnet/1341569.htmlhttp://zhidao.baidu.com/link?url=BYhfdRPABVtddH...
gem包rack提供了rackup工具来启动webapplication下面是一个入门范例,使用 bundler 管理库的一个sinatra应用在begin文件夹下有三个文件 begin.ru config.ru Gemfile然后cd到begin中,就能够直接使用$ rackup启动应用了# be...
分类:
其他好文 时间:
2014-08-05 18:14:49
阅读次数:
163
Quartus II综合器对于使能信号的产生 对比下面的代码和综合结果(代码取自crazybingo例程):always@(posedge clk or negedge rst_n)begin if(!rst_n) delay_cnt <= 0; else if(de...
分类:
其他好文 时间:
2014-08-05 18:11:29
阅读次数:
210
转载自:http://blog.csdn.net/thomas0yang/article/details/60356791、spring(6个) IoC * SPRING_HOME/dist/spring.jar * SPRING_HOME/lib/log4j/log4j-1.2.14.jar * ...
分类:
编程语言 时间:
2014-08-05 18:09:49
阅读次数:
418
常用的就两种 一种通过导航,一种直接跳第一种 直接跳转 思路大致就是new一个目的页面,然后设置下页面跳转动画 中间还可以做点目的页面的数据初始化:ValueInputView*valueView = [[ValueInputViewalloc]initWithNibName:@"ValueInpu...
分类:
移动开发 时间:
2014-08-05 18:08:59
阅读次数:
217
iOS7上tableView的分割线左边短了一点,要实现和iOS6中的效果还是有方法的,UITableView头文件里个属性:
@property (nonatomic)
UIEdgeInsets separatorInset
NS_AVAILABLE_IOS(7_0)
UI_APPEARANCE_SELECTOR; // allows...
分类:
移动开发 时间:
2014-08-05 15:55:29
阅读次数:
260
介绍各种预防暴力破解的方法,以及最终建议使用哪些方法。...
分类:
其他好文 时间:
2014-08-05 15:53:39
阅读次数:
353
Data Structures
1. Integer
– find number of 1s
– next largest smaller
– smallest larger number
– determine if is palindrom
– itoa, atoi
– add 2 numbers w/...
分类:
其他好文 时间:
2014-08-05 15:50:40
阅读次数:
408
创建一个项目Session,在项目下面添加一个类 SessionMgr 添加一个WebForm1.aspx
SessionMgr 类
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Sesson
{
public class SessonM...
分类:
其他好文 时间:
2014-08-05 15:50:09
阅读次数:
327
高德地图在小米手机出不界面,我用的低版本的高德地图的api...
分类:
其他好文 时间:
2014-08-05 15:48:49
阅读次数:
303