码迷,mamicode.com
首页 >  
搜索关键字:python long string    ( 244880个结果
MDK建立STM32F103*开发模板
一、整体流程1、获取ST库--STM32F10x_StdPeriph_Lib_V3.5.02、新建文件夹并加载文件3、新建工程4、给工程添加组5、设置"Target Option"6、设置Debug选项二、获取ST库 这里用野火光盘提供的"ST库3.5.0源码"--STM32F10x_StdPer....
分类:其他好文   时间:2014-05-01 20:12:19    阅读次数:485
我的 Netduino 2
关注net mf半个月了,一直在Netduino论坛、net mf群里潜水学习,有了一些收获。前两天开始画PCB,基于Netduino2,精简了大部分内容,只保留了2个LED,2个按键。它看起来像这样:实物图:我使用Jlink下载Tinybooter,2线SWD方式,下载十分方便~我尝试了Tinyb...
分类:Web程序   时间:2014-05-01 20:09:08    阅读次数:632
nth_element 测试程序
1 /******************************************************************** 2 created: 2014/04/29 11:35 3 filename: nth_element.cpp 4 author: ...
分类:其他好文   时间:2014-05-01 20:08:30    阅读次数:404
LeetCode5:Longest Palindromic Substring
题目: Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique lo...
分类:其他好文   时间:2014-05-01 20:07:13    阅读次数:429
linux c coding style
liunx c 编码风格
分类:系统相关   时间:2014-05-01 20:06:28    阅读次数:499
Android 存储文件方式之一---SharedPreferences 内容提供者,以xml 的方式进行数据 存储。是一种轻量级的文件数据存储
//UI界面的布局 文件 package com.example.saveuserandpasswor; import android.app.Activity; import android.content.Sh...
分类:移动开发   时间:2014-05-01 19:55:30    阅读次数:510
silverlight中WCF不能传递List<string>
SL:List Dishes =...;ServiceReference1.Service1Client myClient = new Service1Client();myClient.MakeOrderAsync(Dishes);WEB:[OperationContract]public Boo...
分类:Web程序   时间:2014-05-01 19:54:53    阅读次数:590
spark源码笔记
1。国际化 如添加朋友Friends是英文,可以找着相关的类,并在国际化配置文件中添加key 在项目中全局搜索“Friends”,将得到的结果集全部展开,找到这两个文件: 在国际化配置文件spark_i18n_zh_CN.properties 中增加 custum.friends=朋友 修...
分类:其他好文   时间:2014-05-01 19:52:51    阅读次数:470
Leetcode | Palindrome Number
Determine whether an integer is a palindrome. Do this without extra space.Some hints:Could negative integers be palindromes? (ie, -1)If you are thinki...
分类:其他好文   时间:2014-05-01 19:48:19    阅读次数:344
(转)JavaScript中判断对象类型的种种方法
我们知道,JavaScript中检测对象类型的运算符有:typeof、instanceof,还有对象的constructor属性: 1) typeof 运算符 typeof 是一元运算符,返回结果是一个说明运算数类型的字符串。如:"number","string","boolean","object...
分类:编程语言   时间:2014-05-01 19:46:51    阅读次数:399
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!