Start Go! 开始
分类:
其他好文 时间:
2015-07-20 19:02:39
阅读次数:
109
ABP总体介绍ABP是“ASP.NET Boilerplate Project (ASP.NET样板项目)”的简称。ASP.NET Boilerplate是一个用最佳实践和流行技术开发现代WEB应用程序的新起点,它旨在成为一个通用的WEB应用程序框架和项目模板。ASP.NET Boilerplate...
分类:
其他好文 时间:
2015-07-20 19:03:57
阅读次数:
4193
1、对手机软件的压力测试通常包括: (1)存储压力 (2)响应能力压力 (3)网络流量压力 (4)边界压力2、针对手机应用软件的系统测试,我们通常从如下几个角度开展: (1)功能模块测试 (2)交叉时间测试 (3)压力测试 (4)容量测试 (5)兼容性测试 (6)易用性/用户体验...
分类:
其他好文 时间:
2015-07-20 19:03:08
阅读次数:
111
我在这里用实例来说明:(1)我们建一个文件命名为:a,里面输入 “ls - l”;(2)执行chmod 444 a,然后再执行: sh a,达到我们的目的;(3)用./a执行,提示权限不够.(4)chmod 744 a, 用./执行,ok.(5)sh a也ok。结论:sh命令是调用的shell解析器...
分类:
其他好文 时间:
2015-07-20 19:02:25
阅读次数:
106
CharacterStyle可以改变textview的一些属性,比如:背景色,前景色,下划线,点击事件等。效果如图:点击button后,改变textview的一些属性的效果:点击medium的时候弹出toast:代码实例: 1 public class MainActivity extends Ac...
分类:
其他好文 时间:
2015-07-20 19:02:04
阅读次数:
131
背景图像缓存// IE6 background image caching fix.try { document.execCommand("BackgroundImageCache", false, true);} catch(e) {} png透明———————————————— 待续 ——...
分类:
其他好文 时间:
2015-07-20 18:59:43
阅读次数:
115
c# 调用打印机2011-12-13 17:18:00| 分类: C# | 标签:调用打印机|举报|字号订阅下载LOFTER客户端using System;using System.Collections.Generic;using System.Text;using System.Drawing;...
分类:
其他好文 时间:
2015-07-20 19:00:49
阅读次数:
152
今天想把图片居中,发现margin:0 auto;不管用。经过调试,是inline元素,margin的这种定义不生效。更正css为:.banner-img { width: 1366px; height: 300px; display: block; margin: 0 auto; mar...
分类:
其他好文 时间:
2015-07-20 18:57:24
阅读次数:
95
Problem Definition:Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked ...
分类:
其他好文 时间:
2015-07-20 18:57:03
阅读次数:
95
原文地址:http://www.cnblogs.com/tugenhua0707/p/4050072.htmlGit使用教程一:Git是什么? Git是目前世界上最先进的分布式版本控制系统。二:SVN与Git的最主要的区别? SVN是集中式版本控制系统,版本库是集中放在中央服务器的,而干活的...
分类:
其他好文 时间:
2015-07-20 18:56:52
阅读次数:
87
注:本人英语很渣,题目大意大多来自百度~=0=题目大意:这题是一个三维的迷宫题目,其中用'.'表示空地,'#'表示障碍物,'S'表示起点,'E'表示终点,求从起点到终点的最小移动次数.对于题目给出数据的含义就是输入l,r,c,分别代表迷宫有l层,每层长宽分别是c,r。对于数据以可以这样移动(1,1,...
分类:
其他好文 时间:
2015-07-20 18:58:10
阅读次数:
98
/***字符截取支持UTF8/GBK*@param$string*@param$length*@param$dot*/functionstr_cut($string,$length,$dot='...'){$strlen=strlen($string);if($strlen','·','…'),$s...
分类:
其他好文 时间:
2015-07-20 18:57:06
阅读次数:
101
//_selectedBtn为全局变量- (void)selectBtnPressed:(UIButton *)sender{ _selectedBtn.selected = NO; sender.selected = YES; _selectedBtn = sender ;}
分类:
其他好文 时间:
2015-07-20 18:56:55
阅读次数:
75
【设计模式】工厂方法(FactoryMethod)模式
分类:
其他好文 时间:
2015-07-20 18:55:06
阅读次数:
95
$(function () {$('#maintable').treegrid({ width: '98%', height: 550, nowrap: true, striped: true, fit: tru...
分类:
其他好文 时间:
2015-07-20 18:56:24
阅读次数:
153
蠻長一陣子沒有更新ADT,正好Android 5.0 Release有一段時間,就順勢更新:當按下Next後進行更新ADT 23.0.4 途中卻發生如下圖的問題:An error occurred while collecting items to be installedsession conte...
分类:
其他好文 时间:
2015-07-20 18:52:27
阅读次数:
116
如何查看自己的计划任务是否成功的执行?昨天crontab中的同步任务没有执行,不知道是什么原因没有执行,貌似任务hang住了,想查询一下crontab到底问题出在哪里,或者hang在了什么地方。1. linux看 /var/log/cron这个文件就可以,可以用tail -f /var/log/cr...
分类:
其他好文 时间:
2015-07-20 18:53:56
阅读次数:
183