大约有 16,800 项符合查询结果(耗时:0.0340秒) [XML]
How to get client's IP address using JavaScript?
I need to somehow retrieve the client's IP address using JavaScript; no server side code, not even SSI.
50 Answers
...
Is Unit Testing worth the effort? [closed]
I am working to integrate unit testing into the development process on the team I work on and there are some sceptics. What are some good ways to convince the sceptical developers on the team of the value of Unit Testing? In my specific case we would be adding Unit Tests as we add functionality or f...
What is an optional value in Swift?
From Apple's documentation :
13 Answers
13
...
Should I use px or rem value units in my CSS? [closed]
I am designing a new website and I want it to be compatible with as much browsers and browser settings as possible. I am trying to decide what unit of measurement I should use for the sizes of my fonts and elements, but am unable to find a conclusive answer.
...
Bomb dropping algorithm
I have an n x m matrix consisting of non-negative integers. For example:
32 Answers
...
Defeating a Poker Bot
There is a new Open Source poker bot called PokerPirate . I am interested in any creative ways in which a web application could detect/thwart/defeat a poker bot. (This is a purely academic discussion, in the same spirit that PokerPirate was written.)
...
jQuery Mobile: document ready vs. page events
I am using jQuery Mobile, and I am having trouble understanding differences between classic document ready and jQuery Mobile page events.
...
What is a “cache-friendly” code?
What is the difference between " cache unfriendly code " and the " cache friendly " code?
9 Answers
...
Map Tiling Algorithm
I'm making a tile based RPG with Javascript, using perlin noise heightmaps, then assigning a tile type based on the height of the noise.
...
When and why are database joins expensive?
I'm doing some research into databases and I'm looking at some limitations of relational DBs.
7 Answers
...
