首页 > 2015年11月23日 > 全部分享
canvas-8searchLight4.html
Document The current browser does not support Canvas, can replace the browser a try!
分类:Web开发   时间:2015-11-23 16:43:54    收藏:0  评论:0  赞:0  阅读:357
ASP.NET MVC- Upload File的例子
上传文件是一项基本功能,一定要了解的。先来看一下使用ASP.NET MVC实现简单的上传。一、简单的例子 Controller的例子 public ActionResult UploadDemo() { return View(); ...
分类:Web开发   时间:2015-11-23 16:43:34    收藏:0  评论:0  赞:0  阅读:124
css font的简写规则
font-family(字体族): “Arial”、“Times New Roman”、“宋体”、“黑体”等;font-style(字体样式): normal(正常)、italic(斜体)或oblique(倾斜);font-variant(字体变化): normal(正常)或small-caps(小...
分类:Web开发   时间:2015-11-23 16:43:04    收藏:0  评论:0  赞:0  阅读:295
ios 适配 (字体 以及 控件)
里面的类容大部分摘自网络, 感谢大家的分享。
分类:移动平台   时间:2015-11-23 16:42:54    收藏:0  评论:0  赞:0  阅读:1370
C# MediaHelper
using System.Text;public class MediaHelper{ private static MediaHelper media = null; private MediaHelper() { } public static MediaHelpe...
分类:Windows开发   时间:2015-11-23 16:42:44    收藏:0  评论:0  赞:0  阅读:347
UIImageView
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. /*********UIImage***********/ //由名字直接读取图...
分类:其他   时间:2015-11-23 16:42:34    收藏:0  评论:0  赞:0  阅读:277
What is corresponding Cron expression to fire in every X seconds, where X > 60? --转载
原文地址:http://stackoverflow.com/questions/2996280/what-is-corresponding-cron-expression-to-fire-in-every-x-seconds-where-x-60Question:I want my jobs to ...
分类:其他   时间:2015-11-23 16:42:24    收藏:0  评论:0  赞:0  阅读:264
Erlang的gen_server的terminate()/2未执行
官方资料参考:Module:terminate(Reason, State)Types:Reason = normal | shutdown | {shutdown,term()} | term()State = term()This function is called by a gen_serv...
分类:其他   时间:2015-11-23 16:42:15    收藏:0  评论:0  赞:0  阅读:305
canvas-7globleCompositeOperation.html
Document The current browser does not support Canvas, can replace the browser a try!
分类:Web开发   时间:2015-11-23 16:42:04    收藏:0  评论:0  赞:0  阅读:365
2.WPF-StackPanel--Orientation(元素堆叠方式)--HorizontalAlignment(水平对齐方式)--VerticalAlignment(垂直对齐方式)
分类:Windows开发   时间:2015-11-23 16:41:44    收藏:0  评论:0  赞:0  阅读:2432
git-----集锦---冲突问题
1.冲突的情况,提示如下信息:error: Your local changes to 'c/environ.c' would be overwritten by merge. Aborting.Please, commit your changes or stash them before yo....
分类:其他   时间:2015-11-23 16:41:24    收藏:0  评论:0  赞:0  阅读:314
iOS 的 APP 如何适应 iPhone 5s/6/6Plus 三种屏幕的尺寸?
初代iPhone2007年,初代iPhone发布,屏幕的宽高是 320 x 480 像素。下文也是按照宽度,高度的顺序排列。这个分辨率一直到iPhone 3GS也保持不变。那时编写iOS的App(应用程序),只支持绝对定位。比如一个按钮(x, y, width, height) = (20, 30,...
分类:移动平台   时间:2015-11-23 16:41:14    收藏:0  评论:0  赞:0  阅读:433
找新朋友---hdu1286(欧拉函数)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1286欧拉函数:对正整数n,欧拉函数是求少于n的数中与n互质的数的数目;素数(质数)指在一个大于1的自然数中,除了1和此整数自身外,没法被其他自然数整除的数.φ函数的值 通式:φ(x)=x(1-1/p1....
分类:其他   时间:2015-11-23 16:41:04    收藏:0  评论:0  赞:0  阅读:326
Word中如何让两个图片垂直居中对齐
如图,两个图片都剧终了,大小也一致,但是发现没有对齐,那是因为需要设置(矩阵框住的)缩进,让两个在一起,上下对齐。
分类:其他   时间:2015-11-23 16:40:54    收藏:0  评论:0  赞:0  阅读:820
ASP.Net MVP Framework had been dead !
1ASP.Net MVP FrameworkProject DescriptionA project to get you started with creating and designing websites. The project is intended to provide you wit...
分类:Web开发   时间:2015-11-23 16:40:44    收藏:0  评论:0  赞:0  阅读:247
PHP教程:PHPUnit学习笔记(二)PHPUnit基本用法
上篇日记中我介绍了phpunit的配置方法,今天就开始介绍如何用PHPUnit来编写测试用例,下面我来引入一个测试PHP数组操作的测试用 例,这个例子会给你展示PHPUnit常规的用法和测试用例编写的步骤。当前目标主要是对PHPUnit的基本使用有一个大概的了解,类似开发程序教程中 的Hello W...
分类:Web开发   时间:2015-11-23 16:40:34    收藏:0  评论:0  赞:0  阅读:355
数据盘分区及挂载新分区
网址http://jingyan.baidu.com/article/37bce2be0eeea01002f3a208.html1查看数据盘在没有分区和格式化数据盘之前,使用 “df –h”命令,是无法看到数据盘的,可以使用“fdisk -l”命令查看。如下图:2对数据盘进行分区执行“fdisk -...
分类:其他   时间:2015-11-23 16:40:24    收藏:0  评论:0  赞:0  阅读:292
PowerDesigner——导出成Excel
PowerDesigner导出Excel脚本:'******************************************************************************'* File: pdm2excel.txt'* Title: pdm expor...
分类:其他   时间:2015-11-23 16:39:54    收藏:0  评论:0  赞:0  阅读:430
android 通过getDimension,getDimensionPixelOffset和getDimensionPixelSize获取dimens.xml文件里面的变量值
dimens.xml里写上三个变量: 16dp 16px 16sp读取这三个变量:floata1=getResources().getDimension(R.dimen.activity_vertical_margin1); inta2=getResources().getDimensionP...
分类:移动平台   时间:2015-11-23 16:39:34    收藏:0  评论:0  赞:0  阅读:1456
JMS-activeMQ
参考资料:http://yuxisanren.iteye.com/blog/1912587、JMS简介:JMS即Java Message Service,是Java 程序创建、发送、接收和读取企业消息传送系统的消息提供了一种常用的方式。个人感觉JMS类似与JDBC,Java提供一个接口让不同的厂商去...
分类:其他   时间:2015-11-23 16:39:25    收藏:0  评论:0  赞:0  阅读:297
1530条   上一页 1 ... 31 32 33 34 35 ... 77 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!