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