在SQL中jquery实现校验和(getdate()) [英] jquery implementation of checksum(getdate()) in SQL

查看:91
本文介绍了在SQL中jquery实现校验和(getdate())的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在JQuery中实现SQL校验和(getdate())?

How to implement SQL checksum(getdate()) in JQuery ?

推荐答案

http://technet.microsoft.com/en-us/library/ms189788.aspx [ ^ ]



jquery是一个库,不是一种语言。你想在javascript中构建它,虽然你可以使它成为一个jquery函数,它不会改变它的核心,它将是javascript。



我不喜欢我认为这是可能的,因为你需要知道函数是如何产生价值的,才能重现它。如果没有别的办法,我建议你唯一可行的解​​决方案是进行SQL调用的AJAX调用和传入的值的校验和。
http://technet.microsoft.com/en-us/library/ms189788.aspx[^]

jquery is a library, not a language. You want to build this in javascript, although you can make it a jquery function, it won't change that at the core, it will be javascript.

I don't think it's possible, because you'd need to know how the function comes to it's value, to reproduce it. If there's no other way, I'd suggest your only possible solution is an AJAX call that makes a SQL call and checksums the value passed in.


这篇关于在SQL中jquery实现校验和(getdate())的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆