首页 > 2014年08月05日 > 全部分享
USB
①usb有主从设备之分,主设备有:pc, 现在市面上的那些插u-disk即可播放mp3的“mp3”之类的,usb 信号是差分信号,信号线为D+, D-,。 在usb host 端, D+,D- 各接一个15kohm 的下拉电阻, 而在usb device端,这时就有高速低速设备的区别了。usb1.0...
分类:其他   时间:2014-08-05 00:24:58    收藏:0  评论:0  赞:0  阅读:267
菜鸟学Linux - 文件/文件夹的隐藏属性
文件/文件夹居然还有隐藏属性?没错,隐藏属性对于文件/文件夹的安全很重要。好比如说,我们需要使用”鉴定符“来揭开装备的隐藏属性;在Linux中chattr/lsattr就是“鉴定符”。chattr基本格式为:chattr +-=[acdeijstuADST] 。+表示增加某种隐藏属性;-表示取出某种...
分类:系统服务   时间:2014-08-05 00:24:48    收藏:0  评论:0  赞:0  阅读:487
[LeetCode] Remove Duplicates from Sorted Array II
Follow up for "Remove Duplicates": What if duplicates are allowed at most twice?For example, Given sorted array A = [1,1,1,2,2,3],Your function should...
分类:其他   时间:2014-08-05 00:24:38    收藏:0  评论:0  赞:0  阅读:355
Solid-state storage management
Solid-state storage management for a system, the management including establishing, externally to a solid-state storage board, a correspondence betwee...
分类:其他   时间:2014-08-05 00:24:28    收藏:0  评论:0  赞:0  阅读:387
POJ 2503 Babelfish
BabelfishTime Limit:3000MSMemory Limit:65536KTotal Submissions:32169Accepted:13832DescriptionYou have just moved from Waterloo to a big city. The peop...
分类:其他   时间:2014-08-05 00:24:18    收藏:0  评论:0  赞:0  阅读:298
【UIKit】AppDelegate详解以及部分UIApplication 的调用
【UIKit】AppDelegate在应用程序启动完毕后调用(只会调用一次,第一次打开程序的时候才会调用)- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)la...
分类:移动平台   时间:2014-08-05 00:23:48    收藏:0  评论:0  赞:0  阅读:377
使用em为单位制作两列弹性布局
一、DIV布局按照定位的方法分为:浮动方法(float),坐标定位方法(position),还有就是两者相结合的方法。 二、DIV布局按照定义单位的不同可分为:固定宽度布局、流体布局、弹性布局和混合布局。 固定宽度布局是将宽度用像素单位定义,它的宽度总保持不变,也被成为“冰布局”。 它的缺点是...
分类:其他   时间:2014-08-05 00:23:38    收藏:0  评论:0  赞:0  阅读:418
main
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication2{ class Program { ...
分类:其他   时间:2014-08-05 00:23:28    收藏:0  评论:0  赞:0  阅读:365
8月4号=》341页-345页
13.10 使用对象 13.10.1 面向对象的概念 JavaScript并不是面向对象的程序设计语言,面向对象设计的基本特征:继承、 多态等没有得到很好的实现。比如Java中的类,所有的类都可以通过extends显示 继承父类,或者默认继承系统的Object类。...
分类:其他   时间:2014-08-05 00:23:18    收藏:0  评论:0  赞:0  阅读:293
linux下别名alias的设置
我有一个常用目录/volumes/mac/www’,每次都要输入这么长的路径,麻烦,所以有了以下配置1、vi ~/.bash_profile2、按住shift + i进入编辑状态3、插入alias cdwww='cd /volumes/mac/www’4、按esc取消编辑状态,按住shift+:,输...
分类:系统服务   时间:2014-08-05 00:22:58    收藏:0  评论:0  赞:0  阅读:416
INIHelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System;using System.IO;using System.Runtime.InteropServices;us...
分类:其他   时间:2014-08-05 00:22:48    收藏:0  评论:0  赞:0  阅读:291
漫长Appium之路(一)——从黑苹果到虚拟机
作为一名普普通通的实习生,我也开始习惯折腾一般的生活了。部门应该最近是要搞个iOS自动化测试工具,我从最开始说起吧。应该是上上上周五。主管找到我,说要装一个黑苹果,要我尽快把黑苹果能支持的硬件配置给他。当时很激动也很害怕,还专门找之前带我们上iOS开发的老师要了一个远景论坛的账号(那位老师人真好,很...
分类:移动平台   时间:2014-08-05 00:22:38    收藏:0  评论:0  赞:0  阅读:460
[Asp.net MVC]Asp.net MVC5系列——添加模型
目录概述添加模型总结系列文章[Asp.net MVC]Asp.net MVC5系列——第一个项目[Asp.net MVC]Asp.net MVC5系列——添加视图概述在本节中我们将追加一些类来管理数据库中的学生信息。这些类将成为我们的MVC应用程序中的“模型”部分。在vs2013中EF的版本为(En...
分类:Web开发   时间:2014-08-05 00:22:08    收藏:0  评论:0  赞:0  阅读:426
nyist 488 素数环
素数环时间限制:1000ms | 内存限制:65535KB难度:2描述有一个整数n,把从1到n的数字无重复的排列成环,且使每相邻两个数(包括首尾)的和都为素数,称为素数环。为了简便起见,我们规定每个素数环都从1开始。例如,下图就是6的一个素数环。输入有多组测试数据,每组输入一个n(0#include...
分类:其他   时间:2014-08-05 00:21:58    收藏:0  评论:0  赞:0  阅读:234
ViewController 之间的切换
1 -(IBAction)btnRegisterClicked:(id)sender 2 { 3 if(secondViewController==nil) 4 { 5 secondViewController = [[SecondViewController al...
分类:其他   时间:2014-08-05 00:21:38    收藏:0  评论:0  赞:0  阅读:311
【UIKit】UIAlert,UIActionSheet
【Alert】1.加入协议2.-(IBAction)btnShowAlertView:(id)sender{ UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"标题" ...
分类:其他   时间:2014-08-05 00:21:28    收藏:0  评论:0  赞:0  阅读:453
【UIKit】UIView的常见属性
1.superview获得自己的父控件对象@property(nonatomic,readonly)UIView *superview2.subviews获得自己的所有子控件对象@property(nonatomic,readonly,copy)NSArray *subviews; int c...
分类:其他   时间:2014-08-05 00:21:18    收藏:0  评论:0  赞:0  阅读:376
uva-----(11384)Help is needed for Dexter
Problem HHelp is needed for DexterTime Limit: 3 SecondDexter is tired of Dee Dee. So he decided to keep Dee Dee busy in a game. The game he planned fo...
分类:其他   时间:2014-08-05 00:21:08    收藏:0  评论:0  赞:0  阅读:441
width100%,设置padding或border溢出解决方法
.box { width: 100px; height: 100px; background: red;} .bd { width: 100%; padding: 10px; background: black;} 如上结构,子元素将会溢出解决方法:CSS3: 加入box-...
分类:其他   时间:2014-08-05 00:20:58    收藏:0  评论:0  赞:0  阅读:1627
poj1375Intervals(点到圆的切线)
链接貌似这样的叫解析几何重点如何求得过光源到圆的切线与地板的交点x坐标,可以通过角度及距离来算,如图,根据距离和半径可以求得角度a、b、r,自然也可以求得d1,d2.至于方向问题,在求r得时候 可以使r = asin((p.x-c.x)/d) p为源点,c为圆心 ,d为两点距离。若在反方向,自然r为...
分类:其他   时间:2014-08-05 00:20:48    收藏:0  评论:0  赞:0  阅读:446
2000条   上一页 1 ... 93 94 95 96 97 ... 100 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!