Bruce Yang CL-N
Bruce Yang CL-N
Some android phones have a NetworkInterface with name "name:nunber%dummy0", use adb shell ifconfig, Got ```sh [user@localhost platform-tools]$ ./adb shell SS2:/ $ ifconfig lo Link encap:UNSPEC inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr:...
Got the same exception. the Log said "TJWS is not owned by the current user. Shared storage cannot protect your application from code injection attacks" at DexFile.loadDex( DexFile ). should...
in Db4O without LockFile, only can be used in single thread. ```cs var fc = Db4oEmbedded.NewConfiguration(); fc.File.LockDatabaseFile = false; ``` **Caution!** [Db4objects.Db4o.Config.IFileConfiguration.LockDatabaseFile](https://iboxdb.github.io/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IFileConfiguration/1FAEB797)