- 浏览: 507650 次
- 性别:
- 来自: 深圳
文章分类
- 全部博客 (200)
- java基础 (30)
- ajax (19)
- 乱写 (5)
- groovy (2)
- db (8)
- gwt (0)
- jee (2)
- 我关注的开源 (1)
- RIA AIR (1)
- spring (11)
- lucene (0)
- 工具 (10)
- 百科 (2)
- linux (6)
- android (40)
- 移动开发 (21)
- 代码片断 (15)
- tomcat (1)
- css (1)
- html5 (2)
- jquery (2)
- playframework (3)
- web (2)
- nio (3)
- design (1)
- nosql (3)
- 日志 (12)
- mysql (4)
- 图表 (1)
- python (3)
- ruby (1)
- git (0)
- hibernate (1)
- springboot (1)
- guava (1)
- mybatis (0)
- 工作问题 (3)
- php (1)
最新评论
-
linzm1990:
踩了很多坑啊。。。。
hibernate @Nofound 与@ManyToOne fetch lazy的问题 -
Ccccrrrrrr:
...
转: Spring boot 文件上传 -
rmzdb:
兄弟,你这个东西,在ie内核的浏览器,貌似不识别 文件名
工作问题:http下载文件,中文文件名在firefox下乱码问题 -
107x:
问题解决了,谢谢!
工作问题:http下载文件,中文文件名在firefox下乱码问题 -
klxqljq:
额鹅鹅鹅
android布局实现头尾固定, 中间多余内容可以滚动
插件官方地址:http://www.thomasfrank.se/sqlike.html
下载地址: http://www.thomasfrank.se/SQLike/SQLike_v_1_021.zip (附件里也有一份)
文档地址: http://www.thomasfrank.se/SQLike
SqlLike是一个用javascript来实现类似于sql语法解析的插件, 可用于对象数组的查询. 在用于大量表示数据的网页上可以很方便的使用.
以下是原文转载:
SQLike is a small (10 kB) query engine for JavaScript and ActionScript. Its functionality and syntax is similar to that of SQL and it can be used to query arrays of objects or arrays of arrays.
Purpose
Data structures in JavaScript and ActionScript are JSON
:esque and sometimes deeply nested. When they are nested into XML-like structures a query language such as JSONPath
(XPath for JSON) is a sound approach. But sometimes you might also use
flat table-like structures. In those cases a more SQL-like approach can
be more suited for searching, combining and updating data.
The purpose of SQLike
is to provide a tool for this approach that can be used on the clientside in all browsers (even when you do not have access to SQLite
that is now getting to be part of some browser environments –
AIR, Safari etc.). SQLike
is much slower than SQLite, but a handy alternative for small amounts of data.
SQLike is kind of like SQL
SQLike
supports language elements like SELECT, SELECT DISTINCT,
WHERE, GROUP BY, ORDER BY, LIMIT, HAVING, UNION, JOINS (a whole bunch of
them), INTERSECT, EXCEPT, UPDATE and INSERT INTO.
You will also find aggregate functions like COUNT, SUM, MIN, MAX and AVG.
So if you're familiar with SQL you will not be lost, however you will have to adopt to SQLike
syntax. Because...
SQLike is not SQL
SQLike
uses SQL-like syntax but not
SQL syntax. In SQLike
you write your queries as literal objects and the where
and set
keywords takes JS/AS-functions as arguments. Furthermore you can include JS/AS-functions in your select statements as well.
Another difference is that you don't create or alter tables. Since they are identical to arrays there is no need –
they are easily created outside SQLike
.
Furthermore you don't index tables. This might be possible to add to the
engine, but I'm not sure if the speed benefits would be huge or how to
code an effective index engine as long as the where statement is
allowed to be a JS/AS-function, something that I truly like about the
API.
The same code base in JavaScript and ActionScript
SQLike
consists of ECMA-262
code that is identical in JavaScript, ActionScript 2 and ActionScript
3. The only difference between the languages is the opening lines
defining SQLike
as an object in JavaScript, a class in AS2 and a class inside a package in AS3. All code inside the function q
is identical. It has been compressed using the YUI Compressor
.
The uncompressed version of SQLike
is also included in the zip file
if you want to play around with it and/or help me develop SQLike
further.
Speed –
is JavaScript faster the ActionScript 3?
It's rather interesting to compare the query speed between different
browsers/JavaScript engines, ActionScript 2 and ActionScript 3 (Flash
player 10).
In
my case (running Windows on a dual core laptop) JavaScript is fastest
in Google Chrome 5 (more than twice as fast as AS3), still faster than
AS3 in Safari 4. Also Opera 10.5 beats AS3 most of the time. Firefox 3.6
is more or less on par with AS3, and IE8 is sloooow - but slightly
faster than AS2.
The JavaScript engine in Chrome –
V8
is amazingly strong. Makes you wonder what Adobe gained on all the
"staticness" they imposed on ECMA-script in the Tamarin engine/AS3.
Obviously it wasn't necessary for speed...
- SQLike_v_1_021.zip (16.3 KB)
- 下载次数: 2
发表评论
-
jquery 1.6新加功能
2011-10-29 17:36 958见http://webin.us/chunterg/330 ... -
jQuery 1.5 的Deferred对象
2011-10-29 17:33 1110Jquery.Deferred对象是jquery1.5新引入的 ... -
jquery 1.5 ajax的改进
2011-10-28 19:55 1264源文见: http://api.jquery.com/exte ... -
利用HTTP-only Cookie缓解XSS之痛
2011-05-25 10:35 4537详细介绍请看: http://netsecurity.51ct ... -
用javascript来检测你在页面上的发呆时间(jquery插件)
2011-03-21 08:53 1345There are a few cases where you ... -
前端开发最佳实践与编程规范
2011-03-17 13:09 1108http://na.isobar.com/standards/ ... -
jquery1.5改进
2011-01-25 08:27 977jQuery1.5的改进细节 一小段jQuery代码的分析与优 ... -
Endless scroller jQuery plugin 到面面底部后在加载信息的插件
2010-12-21 08:56 1705http://pushingtheweb.com/2010/0 ... -
Reaching out of the browser sandbox using jQuery Title Alert. jquery插件tile提示来消息
2010-12-21 08:47 1266转自:http://pushingtheweb.com/201 ... -
jquery插件开发
2010-11-30 12:24 1108转自: http://www.cnblogs.com/from ... -
sessvars插件中文文档----一款用window.name产生前台session存储的js插件
2010-11-30 11:27 1892转自: http://blog.csdn.net/lg ... -
CSS 中选择器的详解
2010-11-30 08:55 1162http://zachary-guo.iteye.com/bl ... -
【多浏览器的兼容问题】IE6.0、IE7.0 、FireFox 在样式中的不同写法
2010-11-30 08:54 1558原文出处:http://www.xianzheng.net.c ... -
JavaScript 面向对象程序设计
2010-11-30 08:17 1110近期在网上看到一篇关 ... -
jQuery 的原型关系图,让你快速对 jQuery 有个整体的把握
2010-11-30 07:51 985若干个月前,在博客园中看到一篇文章 ,内容很简单,就是一幅图 ... -
jquery 插件
2010-07-09 15:44 20960. 表单校验插件 http://www.position- ... -
jquery 几点笔记
2010-07-06 10:50 01. javascript里的函数和变量 在javascri ... -
ajax push
2009-12-24 08:56 3322很多应用譬如监控、即时通信、即时报价系统都需要将后台发生的变化 ... -
javascript学习收集
2009-04-22 08:49 1175YUI中文文档 http://www.blogjava.n ...
相关推荐
SQLike加密工具是一款专为微型数据库SQLike设计的安全防护软件,其主要目的是为了防止未经授权的用户使用SQLike数据库管理工具直接访问和操作数据库内容。在信息化时代,数据安全至关重要,尤其是对于那些包含敏感...
微型SQLike数据库的引用库,32位和64位类库.解决"未能加载文件或程序集System.Data.SQLite, Version=1.0.60.0, XXXXXXXXX"或它的某一个依赖项。试图加载格式不正确的程序。
本项目"android传感计步器demo"正是这样一个实例,它展示了如何利用Android系统提供的Sensor API来获取设备的运动数据,并通过SqLike数据库来存储和管理这些信息。 首先,我们来详细了解一下Sensor API。在Android...
python毕业设计-基于Django的购物商城系统源码+数据库+运行文档+接口文档.zip文件 该项目是个人项目源码,项目中的源码都是经过本地编译过可运行的,都经过严格调试,确保可以运行!!!评审分达到95分以上。资源项目的难度比较适中 本项目前后端进行了分离,前端使用vue实现,并且前端代码已经打包好放在static目录下 后端使用django的views.py来制作api接口,具体请求接口可以查看API接口文档.md 环境要求:MySQL 8、python3.11、django4.2、pymysql 如何运行 1、下载本项目到你的电脑后解压 2、附加数据库 将根目录下的 sports_shop.sql 附加到你的mysql中 3、修改数据库连接语句 在sports_shop_backend_war/dao.py文件中,将登录名和密码修改为你mysql的配置 修改数据库连接语句 4、pip安装所需的库 pip install django==4.2 pip install pymysql 5、运行项目 前端已经写死了请求后端api的基准地址为http://127.0.0.1
松下FP-X的模拟量控制,程序,用于空调冷冻泵的。 用AFPX -TC2模拟量输入和AFPX-DA2模拟量输出控制 变频冷冻泵的转速 本程序可手动、自动控制,简便易懂,
串口调试源码是计算机通信领域的一个重要工具,主要用于设备间的串行数据传输。在本例中,我们讨论的是一个由VC++编写的串口调试工具的源代码,该工具设计为单线程通信,特别适合于使用MFC(Microsoft Foundation Classes)进行编程的开发者。MFC是微软提供的一套C++类库,它封装了Windows API,简化了Windows应用程序的开发。通过将串口通信功能打包成一个类,这个源代码提供了易于使用的接口,降低了开发者在实现串口通信时的复杂性。 串口通信是计算机与其他设备之间进行数据交换的一种方式,常见于嵌入式系统、工业控制设备和一些实验装置中。串口通常使用RS-232标准,它定义了电压水平、信号线配置、数据速率等通信参数。在VC++中,实现串口通信通常需要操作Win32 API的CreateFile、SetCommState、ReadFile和WriteFile等函数。 SCOMMV2322可能是这个串口调试工具类库的名字,可能包含了一个或多个头文件(如SCOMMV23。内容来源于网络分享,如有侵权请联系我删除。另外如果没有积分的同学需要下载,请私信我。
脚本探索了泊松方程的解,该方程控制着由导电表面定义的区域中的静电势,并包含二维电荷密度分布。它展示了如何为PDE模型定义非恒定电荷密度,并说明了如何自定义几何创建函数,如圆环,以创建具有非标准参数值的简单几何。该脚本将电势的数值结果与包含在导电圆柱表面内并与之同心的均匀体积电荷密度圆柱体(杆)的解析形式进行了比较。
【jupyter notebook】优达学城-机器学习-毕业项目-猫狗大战
【nodejs】Nodejs、Express框架、消息中间件(实时聊天)
三相离网逆变器在不对称负载下的正负序控制matlab仿真: 1'不对称控制包括: 正序分量处理+负序分量处理+正序控制环+负序控制环; 2'正序控制路与负序控制路都采用dq轴上的电容电压外环+电感电流内环控制; 3'直流电压Vdc=700V,总功率15kW,LC滤波,阻性负载; 4'轻重负载切+不对称负载投切均可稳定运行,具体波形如图所示;
电池-超级电容混合储能系统能量管理matlab simulink仿真建模模型 模型正确无误,能跑通 该模型中提出的系统是独立的光伏电池-超级电容器混合储能系统。 提出了一种能量管理技术来控制整个系统的能量供应和存储。
OCR文字检测和识别 MMOCR PaddleOCR 环境配置,程序调试,代码复现 各种前沿文字检测和识别算法复现
【课程设计】实现的金融风控贷款违约预测python源码.zip
【python】使用python爬虫爬取域名的whois信息并存入mysql数据库_pgj
摘 要 互联网发展至今,无论是其理论还是技术都已经成熟,而且它广泛参与在社会中的方方面面。它让信息都可以通过网络传播,搭配信息管理工具可以很好地为人们提供服务。针对信息管理混乱,出错率高,信息安全性差,劳动强度大,费时费力等问题,采用智能无人仓库管理可以有效管理,使信息管理能够更加科学和规范。 智能无人仓库管理在Eclipse环境中,使用Java语言进行编码,使用Mysql创建数据表保存本系统产生的数据。 总之,智能无人仓库管理集中管理信息,有着保密性强,效率高,存储空间大,成本低等诸多优点。它可以降低信息管理成本,实现信息管理计算机化。 关键词:智能无人仓库管理;Java语言;Mysql
【vue】猩考证教师资格证考试助手后台系统_pgj
【高分设计】基于卷积神经网络CNN实现植物病害检测源码+pyqt5界面+项目使用说明.zip
【课程设计】tensorrt部署olov9-ros源码+演示视频+项目说明.zip
【毕业设计】基于yolov9实现目标追踪和计数源码.zip