码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
introduction
Good morning, my name is Li Huan. It’s really a great honor to have this opportunity for a interview. I hope I can make a good performance today. Now ...
分类:其他好文   时间:2014-07-07 12:11:36    阅读次数:194
Html 颜色转为 C# Color 对象
// By using the ColorTranslator you can easily convert color values// definied in the hexadecimal format (like it is used in HTML)Color Color1 = Syste...
分类:Web程序   时间:2014-07-07 09:03:31    阅读次数:217
[LeetCode]Linked List Cycle II解法学习
问题描述如下:Given a linked list, return the node where the cycle begins. If there is no cycle, return null.Follow up:Can you solve it without using extra s...
分类:其他好文   时间:2014-07-03 21:00:48    阅读次数:401
hust 1045 Task Arrangement II
题目描述There are N tasks and M resources, each task is asked to use some resources and each resource can only be used by at most one task. You are asked ...
分类:其他好文   时间:2014-07-03 20:35:23    阅读次数:274
SharePoint 2013 创建web应用程序报错"This page can’t be displayed"
错误描述 This page can’t be displayed ?Make sure the web address http://centeradmin is correct. ?Look for the page with your search engine. ?Refresh the page in a few minutes. 发生过程   创建web应用程序,填写完基本...
分类:Web程序   时间:2014-07-03 16:43:06    阅读次数:327
解决mysql导入导出数据乱码问题
最近在linux上面用mysqldump导出数据,放在windows系统中导入就会出现中文乱码,然后就会导致出现: Unknown MySQL server host和Can't connect to the server的错误。解决mysql导入导出数据乱码问题就是统一导入导出的编码,linux默...
分类:数据库   时间:2014-07-02 18:53:23    阅读次数:225
Using iSCSI On Ubuntu 10.04 (Initiator And Target)
This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Ubuntu 10.04. The iSCSI protocol is a storage are...
分类:其他好文   时间:2014-07-02 17:22:37    阅读次数:236
#define XBYTE ((unsigned char volatile xdata *) 0)
今天在看别人的CAN总线程序的时候,突然发现了这么一句宏定义:#define XBYTE ((unsigned char volatile xdata *) 0),以前都没注意到过。后来查了一下,发现是在ABSACC.h这个头文件中的。这是C51中专有的东西,在C51编程中只要有外部扩展RAM,就....
分类:其他好文   时间:2014-07-02 14:58:41    阅读次数:358
angularjs取Sevice和directive的引用
取Sevice和directive的引用3: Grab any ServicesWe can grab a reference to any service using theinjectorfunction of element wherengAppwas defined (or grab the...
分类:Web程序   时间:2014-07-02 14:57:17    阅读次数:253
从浏览器的console获取angularjs的scope
http://ionicframework.com/blog/angularjs-console/1: Access ScopesWe can access any scope (even isolated ones!) on the page with a simple JS one-liner:...
分类:Web程序   时间:2014-07-02 14:53:37    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!