本站作品遵守 知识共享许可协议法律文本 详细信息 点击这里 .
转载请注明转载于 KinJAVA日志 (http://jorkin.reallydo.com) 最好能注明文章地址的详细URL.谢谢. PS:本站解压密码为 reallydo.com .
本站的所有函数都可能不定期修正BUG,有问题请反馈.

[分页类]Jorkin ASP翻页优化 Kin_Db_Pager 通用多风格分页类 支持多种样式翻页
作者: Jorkin 日期: 2008-07-12
对于别人可能没用,只是用来记一些不常用,但用时还可能一时想不起来的东西.
作者: Jorkin 日期: 2007-06-06
Max and the Magic Marker RIP-Unleashed
作者: Jorkin 日期: 2010-02-15
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: 麦克斯与魔法标记
Managing Hierarchical Data in MySQL
作者: Jorkin 日期: 2010-02-01
中文翻译: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.
Kin_Db_Pager2进行中
作者: Jorkin 日期: 2010-01-19
因为转载 一位小学生的《夜宴》观后感 Blog被关N天
作者: Jorkin 日期: 2009-12-28
[原创]利用正弦函数Sin()真正实现ACCESS的随机选取记录
作者: Jorkin 日期: 2009-12-11
不多说了.非常简单.
建一个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条件筛选后再随机排序。
ASP常用函数:NewID()
作者: Jorkin 日期: 2009-12-11
[转]N个jQuery Datagrid插件 以及其他 Datagrid 脚本
作者: Jorkin 日期: 2009-11-17
Review of 10 jQuery datagrid plugins...
jqGrid

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

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

HOME | Last Update: November 2007
- paging functions
- sortable column headers
- nice design
- project is die






