本站作品遵守 知识共享许可协议法律文本 详细信息 点击这里 .

转载请注明转载于 KinJAVA日志 (http://jorkin.reallydo.com) 最好能注明文章地址的详细URL.谢谢. PS:本站解压密码为 reallydo.com .

本站的所有函数都可能不定期修正BUG,有问题请反馈.

预览模式: 普通 | 列表

Max and the Magic Marker RIP-Unleashed

Description: Max the Magic Marker is a physics based 2D puzzle platformer, in which the player controls the boy Max and his Magic Marker. While Max enables good old platforming fun, the marker provides the game?s signature feature: the ability for the player to draw directly inside the game world where everything drawn becomes physical objects. This feature is used to complete levels and overcome challenges but it also provides the player with a unique tool that in itself is fun to play around with.

Features:

15 inventive and puzzling levels
Unique drawing control in a truly dynamic physics environment 3 beautiful worlds inspired by childrens drawings
Death traps, monsters, and challenging puzzles Unlockable challenges, secrets and rewards
Original and awesome soundtrack by Analogik

Release Name: Max.and.the.Magic.Marker.RIP-Unleashed
Size: 72.6 MB

温馨提示:你现在看到的是首页文章提要,点这里[查看完整的内容]...

Tags: 麦克斯与魔法标记

分类: 其它转载 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 59

Managing Hierarchical Data in MySQL

中文翻译:http://www.cnblogs.com/phaibin/archive/2009/06/09/1499687.html

下载:Joe Celko's.Trees and Hierarchies in SQL for Smarties.pdf

其它资源:http://www.itpub.net/thread-1233846-1-1.html

Introduction

Most users at one time or another have dealt with hierarchical data in a SQL database and no doubt learned that the management of hierarchical data is not what a relational database is intended for. The tables of a relational database are not hierarchical (like XML), but are simply a flat list. Hierarchical data has a parent-child relationship that is not naturally represented in a relational database table.

温馨提示:你现在看到的是首页文章提要,点这里[查看完整的内容]...

分类: 技术天地 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 73

Kin_Db_Pager2进行中

Feature:

  1. 为优化MSSQL加了N多垃圾代码,提高百万数据量时的速度。
  2. 添加CreateIndex()方法,可以在DEBUG模式下帮助数据库新手创建简单索引。
  3. 添加GetRows()方法。
  4. 临时删除Oracle相关代码。
  5. 生成分页列表时不再采用字符串串联,改用数组。
  6. 其他小修改。
分类: 胡诌乱侃 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 120
和谐的天朝,和谐的主机供应商。
分类: 胡诌乱侃 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 124

不多说了.非常简单.

建一个ASP函数:
http://jorkin.reallydo.com/article.asp?id=653

ASP代码:
<%
sNewOrder = NewID("id") '这里的ID是数据类型为数字(最好用自动编号列)
Set ors = Exec("Select Top 20 id,compname,fund,foundyear," & sNewOrder & " AS NewID From company where fund>100 order By " & sNewOrder)
Trace(oRs)
%>

说明:这个方法如果在记录集过大的时候也会很费时间,所以请先通过Where条件筛选后再随机排序。

实例下载

分类: 技术天地 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 181

ASP常用函数:NewID()

<%
'功能:真正实现ACCESS随机选取记录功能
'来源:http://jorkin.reallydo.com/article.asp?id=653

Function NewID(PKey)
    
'NewID = " Sin(" & Timer & "*" & PKey & ") "
    
NewID = " Rnd(-" & Timer & "*" & PKey & ") "
End Function
%>

Tags: ASP 常用 函数 NewID

分类: 敝帚自珍 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 221

Review of 10 jQuery datagrid plugins...

jqGrid

jqGrid plugin
HOME | DEMO | Last Update: May 2009

  • paging functions
  • sortable column headers
  • add, edit, delete & search records
  • accepts XML, JSON, array or user data as input
  • multiple selection of rows
  • sub grid & grid details
  • support UI themes
  • UI Datepicker integration
  • API
  • big size

Flexigrid

Flexigrid plugin
HOME | Last Update: July 2008

  • paging functions
  • sortable column headers
  • add, edit, delete & search records
  • accepts XML, JSON, array or user data as input
  • nice design
  • API
  • don't support last jQuery version

Ingrid

Ingrid plugin
HOME | Last Update: November 2007

  • paging functions
  • sortable column headers
  • nice design
  • project is die

温馨提示:你现在看到的是首页文章提要,点这里[查看完整的内容]...

分类: 技术天地 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 456

勞民傷財的十一。

分类: 胡诌乱侃 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 310