Registered: 2009-01-21
Update: 5 months ago
Problems: 58
Solutions: 55
References: 102
Problem views: 248827
Unsolved problem views: 9705
yliu
User
O(n) person in an O(log n) world.
刘一鸣
Recent problems
Atom Feed#99: Trac reports "Insufficient permissions" when using fine-grained permissions
Solved!on July 13, 2010, 03:18 AM UTC — from yliu
( 1,581 views )
I have a Ubuntu-based Trac installation covering two SVN repositories. Having to share a single Subversion repository with different teams, who shouldn't have access to the other team's code, I had to activate fine-grained permissions using htpasswd and mod_authz_svn...
#98: "Pattern colors are not supported" when compiling iPhone app
Solved!on June 22, 2010, 07:35 AM UTC — from yliu
( 3,409 views )
When compiling an iPhone app project, a controller XIB file reports an error "Pattern colors are not supported by the iPhone SDK for iPhone OS versions prior to 3.0". The Xcode Project deployment target is set to compile for iPhone OS 3.x or 4.x, so this really...
#97: RoTK XI movies show black screen
Solved!on June 12, 2010, 05:29 AM UTC — from yliu
( 9,375 views )
When playing Romance of the Three Kingdoms XI on my Windows 7 laptop on full screen, maximum resolution, the introductory movies and cutscenes play as black screens. The audio still works, and the cursor is normal, but no video is shown.
The movies display...
#94: Zotero error line.replace is not a function
Solved!on May 15, 2010, 05:57 AM UTC — from yliu
( 1,414 views )
When attempting to load JSTOR, SpringerLink, or Informaworld citations using the address bar button in Zotero 2.03, the citation is not added. Checking the JavaScript error console reports an error of "line.replace is not a function" from the relevant site...
#92: zip command exclude .svn directories
Solved!on April 25, 2010, 09:49 PM UTC — from yliu
( 10,455 views )
I am looking for the command line incantation for zip to package up a .zip file but exclude any .svn metadata directories and files. I used --exclude=.svn/* but it doesn't seem to work.