码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
CAN开发中遇到的奇怪问题
问题背景: 之前在做USBCAN2开发过程中,遇到一个奇葩问题,当我们加上其中某一句代码时,我们的程序会走不下去,得不到数据,而且在调试的过程中,你也不能暂停,不然,你也得不到数据。后来参考网上一篇帖子解决问题。 参考资料:http://blog.csdn.net/flydream0/article...
分类:其他好文   时间:2015-09-24 10:47:53    阅读次数:192
[LeetCode 205] Isomorphic Strings
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrences of a character must be replaced with another...
分类:其他好文   时间:2015-09-24 07:07:24    阅读次数:209
一个PHP操作大变量的例子
By C extensions we can directly manipulate the large PHP variables, such as:GET,POST,SERVERYou can fetch $_SERVER['PHP_SELF'] (or any other $_SERVER v...
分类:Web程序   时间:2015-09-24 00:51:27    阅读次数:237
Xcode7 使用NSURLSession发送HTTP请求报错
控制台打印:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured...
分类:Web程序   时间:2015-09-24 00:41:14    阅读次数:180
hdu 1114--Piggy-Bank
Problem DescriptionBefore ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action...
分类:其他好文   时间:2015-09-23 21:09:33    阅读次数:247
kafka管理监控插件
kafka 监控插件 1.KafkaOffsetMonitor 项目地址:https://github.com/quantifind/KafkaOffsetMonitor KafkaOffsetMonitor是用来实时监控Kafka集群的consumers以及它们在partition中的offset(偏移量)。 You can se...
分类:其他好文   时间:2015-09-23 17:26:45    阅读次数:368
SQL Server – Show/Hide Results Pane in Management Studio 2012
In earlier version of SQL Server Management Studio (2005, 2008 and 2008 R2) you can show/hide results pane using keyboard shortcutCtrl+R. This shortcu...
分类:数据库   时间:2015-09-23 15:07:53    阅读次数:255
Leetcode Climbing Stairs
You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb...
分类:其他好文   时间:2015-09-23 14:53:29    阅读次数:136
智能交通仿真插件源程序 —— VSL-1 可变限速控制
The VSL-1 algorithm is an effective variable speed limit control method which can minimize the standing queue length before a work zone by reducing a....
分类:其他好文   时间:2015-09-23 14:48:53    阅读次数:427
Remove Element
一、题目Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't...
分类:其他好文   时间:2015-09-23 10:29:16    阅读次数:112
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!