-
I want to destroy session if users are not doing any kind of activity on website. At that time after...
- 785 浏览
- 8 回答
- 5 关注
-
I have a Node.js application that is an http client (at the moment). So I\'m doing: var query = re...
- 1571 浏览
- 5 回答
- 4 关注
-
I get this PHP error: Parse error: syntax error, unexpected T_VARIABLE From this line: $lis...
- 2049 浏览
- 3 回答
- 6 关注
-
I have some server app. This app run, read some files, create C# classes, build this and load assemb...
- 821 浏览
- 0 回答
- 6 关注
-
I have a dll file (my project) that is used to hold all scripts under it, and some scripts are loadi...
- 598 浏览
- 0 回答
- 6 关注
-
I tried to use git cvsimport with git cvsimport -v -d :pserver:kuongkwan@PSLIS:/slis -r cvs -k SLIS ...
- 1963 浏览
- 0 回答
- 5 关注
-
As the title itself mentions - why are pointer to a reference illegal, while the reverse is legal in...
- 1746 浏览
- 5 回答
- 5 关注
-
I\'m using backbone.js and it works great. but the forms I\'m creating as a javascript template lack...
- 1004 浏览
- 5 回答
- 6 关注
-
I have a JavaFX application which has only one FXML file. In this file I have one AnchorPane which h...
- 423 浏览
- 6 回答
- 5 关注
-
I am attempting to create a thumbnail preview from a video file (mp4,3gp) from a form input type=\'f...
- 1783 浏览
- 4 回答
- 3 关注
-
I am providing search functionality in my website, when user searches a record then I want to displa...
- 424 浏览
- 8 回答
- 5 关注
-
I\'m using the below code to try to trim the string in Javascript but am getting the error mentioned...
- 2275 浏览
- 10 回答
- 4 关注
-
I have a table: CREATE TABLE [dbo].[TABLE]( [ID] [int] IDENTITY(1,1) NOT NULL, [CHARG] [ncha...
- 1308 浏览
- 0 回答
- 5 关注
-
I have created a GATT Client in python using the Bleak Library. I subscribe to a notification charac...
- 1346 浏览
- 0 回答
- 5 关注
-
I want to create a button that changes when the user hovers it, or clicking it. I created the follo...
- 1693 浏览
- 2 回答
- 6 关注