码迷,mamicode.com
首页 > 其他好文
在线聊天功能 实现中俄双语实时翻译 原创 加精!!
公司要为自己的o2o网站加一个在线客服系统,要求能够实时进行中俄双语翻译。有挑战啊。...
分类:其他好文   时间:2014-06-14 13:09:57    阅读次数:242
PS 滤镜——染色玻璃
%%%% 完成PS 中的染色玻璃滤镜特效 clc; clear all; close all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); Image=imread('4.jpg'); Image=double(Image); Gray_Image=rgb2gray(Image/...
分类:其他好文   时间:2014-06-14 10:39:21    阅读次数:240
ListView IllegalStateException
贴出源码: android.widget.ListView ... if(mItemCount == 0){ resetList(); invokeOnItemScrollListener(); return; }else if(mItemCount != mAdapter.getCount()){ throw new IllegalStateException("The conte...
分类:其他好文   时间:2014-06-14 12:34:02    阅读次数:245
盘古分词demo,盘古分词怎么用
1、下载PanGu.dll 想在地址...
分类:其他好文   时间:2014-06-14 17:37:59    阅读次数:607
[LeetCode] Search in Rotated Sorted Array II [36]
题目 Follow up for "Search in Rotated Sorted Array": What if duplicates are allowed? Would this affect the run-time complexity? How and why? Write a function to determine if a given target is in the array. 原题链接(点我) 解题思路 这题和Search in Rotated Sorted Array问题类似,...
分类:其他好文   时间:2014-06-14 12:44:18    阅读次数:266
ColorSchemer Studio 2 破解
破解 逆向 算法 密码...
分类:其他好文   时间:2014-06-14 10:08:34    阅读次数:178
input输入什么div图层显示什么
.ppp{           width:600px;      height:300px;      background-color:pink;      }                 $("document").ready(function(){             $("#ttt").keyup(          ...
分类:其他好文   时间:2014-06-14 10:07:32    阅读次数:167
Swift中使用typealias定义一个闭包closure
在OC中我们定义一个Blocks是这样定义的: typedef void (^ZWProgressHUDCompletionBlock)(); 在Swift中定义一个闭包是这样的: typealias ZWProgressHUDCompletionBlock=()->Void 转载请注明!!!欢迎大家加入交流群:爱疯、爱Coding:209476515...
分类:其他好文   时间:2014-06-14 10:48:23    阅读次数:223
expected expression __bridge
expected expression 一般为 标点符号引起的警告 () 或{}  // 使用 core foundation 框架,ARC环境下需要:(__bridge NSString*) 修饰或(__bridge id)修饰 NSString * s = (id) (__bridge NSString*)kSecAttrAccount;     [wra...
分类:其他好文   时间:2014-06-14 10:47:30    阅读次数:211
UI标签库专题十二:JEECG智能开发平台 ckeditor(ckeditor插件标签)
??1. ckeditor(ckeditor插件标签)1.1. 参数属性名类型描述是否必须默认值namestring属性名称是nullvaluestring默认值否nullisfinderboolean是否加载ckfinder是truetypestring其它属性(用法: height:400,uiColor:'#9AB8F3' 用,分割)否null 1.2. 用法"name" isfinder=...
分类:其他好文   时间:2014-06-14 13:27:21    阅读次数:269
KeyChain
写在篇头:本文结合jijunyuan的ios中KeyChain用途一文 略作改动而成,再次感谢那些乐于分享的人。 一、在应用间利用KeyChain共享数据        我们可以把KeyChain理解为一个Dictionary,所有数据都以key-value的形式存储,可以对这个Dictionary进行add、update、get、delete这四个操作。对于每一个应用来说,KeyCh...
分类:其他好文   时间:2014-06-14 10:46:27    阅读次数:253
中颖内带LCD资源驱动代码
uint8 xdata LCDBuf[19] _at_ 0x1e0; //LCD RAM 地址 480-224 //LCD模式选择 #define LcdMode0 0x00 //传统电阻型 偏置和225K/900K #define LcdMode1 0x01 //传统电阻型 偏置和60K #define LcdMode2 0x02 //快速充电型 偏置于60K 与 225K/900K间...
分类:其他好文   时间:2014-06-14 12:48:20    阅读次数:355
《那些来自华尔街的赚钱之道》 ---每天读一点英文
You are self-motivated.As a small business owner,you won't hava a boss to tell you when to get to work.If that's a problem,keep your day job. You can work with number.You will spend a fair amount of time keeping track of money expenses,revenues,taxs...
分类:其他好文   时间:2014-06-14 12:10:26    阅读次数:253
Perl入门(一)Perl的基本类型及运算符
在学习Perl的基础之前,还是希望大家有空去看以下Perl的简介...
分类:其他好文   时间:2014-06-14 11:26:17    阅读次数:236
缓存学习小结(一)
缓存 Callable...
分类:其他好文   时间:2014-06-14 11:32:25    阅读次数:248
ruby简单的基础 2
1、代码块代码块是用大括号或者do...end括起来的一系列代码。{ #this is a block}do #this is a blockend[1,2,3,4,5].each {|i| puts i}[1,2,3,4,5].each do |i|puts iend这2中写法效果是一样的,用{}可能更像C的风格2、作用域Ruby程序只会在3个地方关闭前一个作用域,同时打开一个新的作用域: 类定...
分类:其他好文   时间:2014-06-14 17:45:04    阅读次数:150
MTK MOTA升级步骤
MOTA的前提是有自己的服务器,MTK已经做好了的,可以向MTK申请,然后移到自己的服务器上来。 1.修改IP地址mediatek\packages\apps\SystemUpdate\res\values\address.xml中的所以IP地址改为自己的服务器地址 2.如果要把升级关键字改为版本号,那么需要改2个文件 SystemUpdateReceiver.java /...
分类:其他好文   时间:2014-06-14 12:18:41    阅读次数:425
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!