-
I have a simple transliteration application which works well in simple JavaScript (in a file named c...
- 1432 浏览
- 0 回答
- 6 关注
-
I have a problem whereby I have set the body font-size to 11px, but tables display font at 16px. I h...
- 1652 浏览
- 5 回答
- 4 关注
-
I have an interface defined as: public interface MyInterface { object foo { get; set; }; } a...
- 1900 浏览
- 5 回答
- 4 关注
-
im trying to build a simple server-client chatroom with python socket. i have the following code: de...
- 486 浏览
- 0 回答
- 4 关注
-
To store USD I am using DecimalField: amount = models.DecimalField( max_digits=12, ...
- 1614 浏览
- 0 回答
- 3 关注
-
I am trying to use the Wifimanager to calculate the Signal Level of the access points found during a...
- 1297 浏览
- 3 回答
- 4 关注
-
I want to pose a question such as: What is your name? Joe How would I accomplish this using Consol...
- 1196 浏览
- 2 回答
- 4 关注
-
I want to enumerate all possible combinations of N balls in A boxes. example: I have 8
- 1062 浏览
- 8 回答
- 4 关注
-
i have written a simple gps code , which is turning on and turning off the gps programmatically in ...
- 1225 浏览
- 3 回答
- 4 关注
-
I have this layout : I want when click on Select Time to change this blue container to another cont...
- 1599 浏览
- 0 回答
- 4 关注
-
I\'m working with several functions which need to pass a variable back and forth. Should I use a glo...
- 791 浏览
- 5 回答
- 4 关注
-
I have implemented the code to interact with an NTAG216 by means of low-level communication methods ...
- 1159 浏览
- 1 回答
- 4 关注
-
SELECT TO_CHAR(SYSDATE, \'YYYY-MM-DD HH24:MI\') ,TO_CHAR(CURRENT_DATE, \'YYYY-MM-DD HH24:MI\')...
- 518 浏览
- 3 回答
- 2 关注
-
I try to create an basic virtual reality IDE based on karaf. I have 3 maven-projects: VRServer who ...
- 407 浏览
- 0 回答
- 6 关注
-
I can run an app in release mode on my phone with passing flag --no-sound-null-safety --release, but...
- 771 浏览
- 0 回答
- 6 关注