码迷,mamicode.com
首页 >  
搜索关键字:data import    ( 128077个结果
jQuery获取一般处理程序(ashx)的JSON数据
昨天有在开发的软件生产线生产流程,RFID扫描IC卡的数据,当中有用到jQuery获取一般处理程序(ashx)的JSON数据。今有把它写成一个小例子,望需要的网友能参考。在网站中,创建一个一般应用程序ashx:命名空间:using System.Data;using System.Collectio...
分类:Web程序   时间:2014-05-07 16:55:32    阅读次数:452
中文分词——正向最大匹配法
中文分词应用很广泛,网上也有很多开源项目。我在这里主要讲一下中文分词里面算法的简单实现,废话不多说了,现在先上代码 package com; import java.util.ArrayList; import java.util.List; public class Segmentation1 { private List dictionary = new ArrayList(); ...
分类:其他好文   时间:2014-05-07 16:30:27    阅读次数:317
uva The Dole Queue
题目如下: The Dole Queue  In a serious attempt to downsize (reduce) the dole queue, The NewNational Green Labour Rhinoceros Party has decided on the followingstrategy. Every day ...
分类:其他好文   时间:2014-05-07 15:46:40    阅读次数:235
初学java之菜单条,菜单,菜单项的设置
1 package project; 2 import javax.swing.*; 3 4 import java.awt.event.KeyEvent; 5 import java.awt.event.InputEvent; 6 import static javax.swing.JFram.....
分类:编程语言   时间:2014-05-07 14:41:15    阅读次数:541
AfterLogic webmail开启修改密码插件Hmailserver
AfterLogic webmail修改密码插件,下载位置http://www.afterlogic.com/wiki/Password_change_for_hMailServer_(WebMail_Plugins)?WM=Lite复制到\webmail\data\plugins\hmailser...
分类:Web程序   时间:2014-05-07 14:23:47    阅读次数:1097
Objective-c学习笔记—— 基础内容
BOOL    首先编写程序: #import BOOL areIntDifferent(int ver1 , int ver2){ if(ver1 == ver2){ return (NO); }else{ return (YES); } } NSString* boolSt...
分类:其他好文   时间:2014-05-07 12:53:43    阅读次数:263
第6条:消除过期对象的引用
让咱们先来看一下数组实现栈的例子:package chaper1;import java.util.Arrays;import java.util.EmptyStackException;public class Stack_Test00 { private Object[] elements...
分类:其他好文   时间:2014-05-07 12:38:09    阅读次数:257
AngularJS学习--- AngularJS中数据双向绑定(two-way data-binding) orderBy step4
1.切换工作目录git checkout step-4 #切换分支,切换到第4步npm start #启动项目2.代码app/index.htmlSearch: Sort by: {{phone.name}} {{phone.snippet}} app/controllers....
分类:Web程序   时间:2014-05-07 11:05:47    阅读次数:527
[python]deteval中groundtruth.xml内容重新排序
#xml api:http://www.cnblogs.com/lhj588/archive/2011/11/09/2242483.html#dictionary operations: key in dict....from xml.dom import minidom, Nodedoc = mi...
分类:编程语言   时间:2014-05-07 11:01:12    阅读次数:602
MongoDB的使用学习之(五)Spring集成MongoDB
1、介绍 之前在很多地方一直见到这个Spring Data 神奇的东西,不知道是啥东东,终于,今天来简单的探个究竟,底下是我从网上整理来的…… 首先,解释下为啥要使用Spring来集成MongoDB:因为mongoDB的java驱动程序使用起来较为繁琐,特别是处理关联关系多、层次深的情况时。需要.....
分类:数据库   时间:2014-05-07 00:56:44    阅读次数:511
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!