码迷,mamicode.com
首页 >  
搜索关键字:style    ( 244891个结果
Accessing and Updating Data in ASP.NET: Retrieving XML Data with XmlDataSource Control
XmlDataSource BasicsThe XmlDataSource control exists merely as a proxy for retrieving XML data, which can then be programmatically accessed or bound t...
分类:数据库   时间:2014-04-30 19:04:56    阅读次数:727
C# XmlSerializer序列化浅析
C# 中使用 XmlSerializer 实现类和xml文件的序列化和反序列化,使用起来非常简单。C# XmlSerializer实现序列化:XmlSerializerxml=newXmlSerializer(typeof(ClassName)); FileStreamfs=newFileStrea...
分类:其他好文   时间:2014-04-30 19:00:57    阅读次数:427
SentenceGeneration
1 public String SentenceGerneration(String pattern, ArrayList candSlotList, ArrayList argList){2 ArrayList candSentenceList = new ArrayList();3 ...
分类:其他好文   时间:2014-04-30 18:48:43    阅读次数:433
Android 8款开源游戏引擎
1、Angle (2D Java)Angle是一款专为Android平台设计的,敏捷且适合快速开发的2D游戏引擎,基于OpenGLES技术开发。该引擎全部用Java代码编写,并且可以根据自己的需要替换里面的实现,缺陷在于文档不足,而且下载的代码中仅仅包含有少量的示例教程。最低运行环境要求不详。项目地...
分类:移动开发   时间:2014-04-30 18:45:51    阅读次数:538
LeetCode4:Add Two Numbers
题目: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin...
分类:其他好文   时间:2014-04-30 18:44:23    阅读次数:428
前台直接访问数据库,DataList的数据绑定
前台直接访问数据库.把全部数据取出来就可以.我个人比较喜欢这种方法.很简单.protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { listbind()...
分类:数据库   时间:2014-04-30 18:40:19    阅读次数:506
MySQL学习系列2--MySQL执行计划分析EXPLAIN
原文:MySQL学习系列2--MySQL执行计划分析EXPLAIN1.Explain语法 EXPLAIN SELECT …… 变体: EXPLAIN EXTENDED SELECT …… 将执行计划“反编译”成SELECT语句,运行SHOW WARNINGS 可得到被MySQL优化器优化后的查询语句...
分类:数据库   时间:2014-04-30 18:39:02    阅读次数:516
c++访问mysql数据库
首先,把mysql目录下的include放到项目目录下,然后把libmysql.lib和libmysql.dll放到debug目录下。#include之前一定要加上#include否则会产生编译错误。#include "stdafx.h"#include #include "include\mysq...
分类:数据库   时间:2014-04-30 18:37:44    阅读次数:413
使用JRadioButton 示例
代码如下:JRadioButton useCache=new JRadioButton("Use cache");// 初始化单选框useCache.setFont(new Font("Arial",Font.PLAIN,16));// 设置字体JRadioButton noUseCache=new...
分类:其他好文   时间:2014-04-30 18:36:19    阅读次数:504
Win7 之 NodeJS 安装
Win7 之 NodeJS 安装 ——学习之前总要小白地写一下安装过程...
分类:Windows程序   时间:2014-04-30 13:12:25    阅读次数:782
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!