码迷,mamicode.com
首页 > 2015年09月25日 > 全部分享
wcf 访问控制
public class PasswordDigestChannelFactory where TPortTypeClient : ClientBase, TPlugin, new() where TPlugin : class{ public PasswordDigestChan...
分类:其他好文   时间:2015-09-25 08:28:39    阅读次数:147
ubuntu14.04通过将语音,耳机没有声音
真正使用linux每天都有新的发现啊,截至今天上午有一台电脑,听几首歌。后插上耳机中没有声音。我认为这是一个糟糕的耳机,把插在手机耳机,我发现了一个语音耳机,很奇怪,我喜欢计算机接口是不是有问题,是在进系统的时候耳机会响一下,所以应该也不是接口问题,接着检查了一下电脑的音频设置以及驱动,发现都合适....
分类:系统相关   时间:2015-09-25 08:30:24    阅读次数:160
iOS实现简单时钟效果
实现的效果图如下 :实现代码如下:#import "ViewController.h"//将旋转角度转换为弧度制#define angleToRadion(angle) ((angle) / 180.0 * M_PI)//秒针每秒钟转过的角度#define perSecondAngle 6//分针每...
分类:移动开发   时间:2015-09-25 08:27:27    阅读次数:195
Routing Manager for WCF4 z
http://www.codeproject.com/Articles/77198/Routing-Manager-for-WCFDownload sourceContentsFeaturesIntroductionConcept and DesignUsage and TestImplementa...
分类:其他好文   时间:2015-09-25 08:28:28    阅读次数:209
手机屏幕旋转判断
function readDeviceOrientation() { if (Math.abs(window.orientation) === 90) { // Landscape alert...
分类:移动开发   时间:2015-09-25 08:26:56    阅读次数:150
lalalalsdlalsdkglh
ewgadslgak;dlkh
分类:其他好文   时间:2015-09-25 08:26:35    阅读次数:131
页头--page-header
Bootstrap Welcome to here jikexueyuan Hello everybody how are you
分类:其他好文   时间:2015-09-25 08:27:14    阅读次数:187
TouchAndGuest触摸事件和手势
//// nextViewController.m#import "nextViewController.h"#import "my.h"@interface nextViewController ()@end@implementation nextViewController- (void)vie...
分类:其他好文   时间:2015-09-25 08:26:35    阅读次数:161
mysql failed to open file
mysql failed to open filemysql failed to open file '/usr/xxx/fff.sql'一、问题,在Linux下使用source命令导入数据的时候,报ERROR: Failed to open file '/data/xxx/fff.sql', er...
分类:数据库   时间:2015-09-25 08:26:10    阅读次数:204
警告框--alert
Bootstrap --> Success!You just do it. × Danger!Please note your action. ...
分类:其他好文   时间:2015-09-25 08:27:48    阅读次数:206
巨幕: jumbotron
Bootstrap Hello world How are you Visit details »
分类:其他好文   时间:2015-09-25 08:25:16    阅读次数:220
世界各国时区表 -- 与北京时差
c从网上找来了各个国家及城市的时区表,供大家参考,下载地址是:在时间日期网下载地址http://www.timedate.cn/down/timedate.xlsow美国与北京时差表: 国家 - 城市:所在时区:与北京时差:夏时制与北京时差:夏时制实行时间:美国 - 哥伦比亚特区 - 华盛顿...
分类:其他好文   时间:2015-09-25 08:25:48    阅读次数:366
精品软件开发
交流QQ:365543212ArtCam.v2013 ASAP.v2014 CAMPost.v20 CNCKAD.v15 CodeV.10.7 EUKLID.v13 GMS.v9.2.3 HyperMill.v2014.1 Lighttools.v8.4 LucidShape.v1.11 Magic...
分类:其他好文   时间:2015-09-25 08:25:55    阅读次数:179
缩略图
Bootstrap --> Welcome you This is about you ...
分类:其他好文   时间:2015-09-25 08:25:06    阅读次数:116
(并查集)Travel -- hdu -- 5441(2015 ACM/ICPC Asia Regional Changchun Online )
http://acm.hdu.edu.cn/showproblem.php?pid=5441TravelTime Limit: 1500/1000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(...
分类:其他好文   时间:2015-09-25 08:26:56    阅读次数:203
简单工厂模式
package?org.famous.unyielding.design.abstractactory; import?java.io.InputStream; public?interface?XMLParser?{ public?<T>?T?getBeanFromXML(InputStream?is,?Class<T>?clazz); } package...
分类:其他好文   时间:2015-09-25 07:23:57    阅读次数:268
用代码窥探Java支持的语言
一次偶然发现原来可以用如此简单的方式打印出Java支持的语言,用“窥探”一词嘛……标题党,哈哈。import java.util.Locale;public class Language { public static void main(String[] args) { Locale[] localList = Locale.getAvailableLocales();...
分类:编程语言   时间:2015-09-25 07:23:11    阅读次数:218
1347条   上一页 1 ... 65 66 67 68 69 70 71 ... 80 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!