我有包含表格的联合项目页。 当我点击一张桌子,用该行在方言中提供的数据,启动JQuery dialog。 我可以改变数据,当我点击纽顿应用程序时,可以将数据输入非行。
I want to refresh that row with new data when I write data to DB. Now I need to press F5 to do it.
在我更新行文时,是否具备自动做字塔的功能。
我有包含表格的联合项目页。 当我点击一张桌子,用该行在方言中提供的数据,启动JQuery dialog。 我可以改变数据,当我点击纽顿应用程序时,可以将数据输入非行。
I want to refresh that row with new data when I write data to DB. Now I need to press F5 to do it.
在我更新行文时,是否具备自动做字塔的功能。
我认为,你需要写一下自己的法典来这样做。 您可增加“方言”栏目“条码”活动的功能,并将所有新的价值观和“滚动识别”。 这项职能随后通过联合材料(利用JQuery)更新了给定的行文。
No. HTTP is a request-response protocol. The client has to request something to get it. You could poll the server every X seconds to get changes. Or use something like Comet, but it would probably be overkill.
但是,你可以做的是,一旦采取节省行动,就会恢复贾瓦伦的网页或桌子,以便把数据从非行上载。 你刚刚赢得了申请的其他使用者所做的改变。
function doUpdate(id,codice,descrizione,descrBreve,colore) {
var i = 1;
$( #row_ + id).children().each(function(){
var kid = $(this);
if (i==2){
kid.text(codice);
}
if (i==3){
kid.text(descrizione);
}
if (i==4){
kid.text(descrBreve);
}
if (i==5){
$(this).find( :first-child ).css( background-color , colore);
}
if (i==6){
kid.text(colore);
}
i= i + 1;
});
如果任何人需要更新,只需要更新一行的桌子,而无需复读。
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i < 10000; i++) { String value = (""+UUID.randomUUID().getLeastSignificantBits()).substring(3, ...
I am in the middle of solving a problem where I think it s best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, where I have a set ...
I have been trying to execute a MS SQL Server stored procedure via JDBC today and have been unsuccessful thus far. The stored procedure has 1 input and 1 output parameter. With every combination I ...
I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...
If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...
I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....
I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...