guid
SQLite GUIDs not returned on Mac
I have a 开发者_高级运维SQLite v3 database, using GUID\'s as row identifiers. Something strange is happening when I query the table on a mac, it returns strange ASCII code in the ID Column where the[详细]
2023-03-03 15:37 分类:问答How easy is it for a GUID you generate to identify you?
I hear that the creator of the melissa worm was convicted based on the fact that the GUIDs generated could be linked back to a MAC Address of a computer he used.[详细]
2023-03-02 12:56 分类:问答Can GUID string be used as a folder name on a windows server
I would like to create folders dynamically on a windows web server to store uploaded files from client machines. I am planning to use GUID values, created as part of the asp.net membership module, as[详细]
2023-03-02 00:28 分类:问答How to read a .NET Guid into a Java UUID
I need to communicate a Guid that was generated in .NET to a Java application. I use Guid.ToByteArray() to store it on disk as a byte[], then read it into Java and convert it to a UUID. For this purpo[详细]
2023-02-28 02:26 分类:问答How to parse a Uuid stored as a char(16)?
I have a Firebird database which stores Uuid values in a char(16) field. In my C# program, I need to retrieve these values in order to use them in subsequent queries. But the values I get back from th[详细]
2023-02-27 03:13 分类:问答SQL Server GUID to VarChar(36) or Char(36)?
I am replacing some GUID column types, since I need to do some Group By work in MSSQL 2008. I was about to change the types to Char(36) since I know the exact size of the value, but after Googling a b[详细]
2023-02-27 00:59 分类:问答how can I improve performance if I have used primary key on a guid column?
i got a table with half a million rows. the primary key is the guid column . I found the query select * from T wher开发者_运维问答e id =\'xxxx\' is very slow .[详细]
2023-02-26 19:32 分类:问答Joining tables with anonymous foreign keys
Related Related to my other question: Comment system design 开发者_开发百科Data Design Let\'s say I have a tags table:[详细]
2023-02-26 03:44 分类:问答How do I use a guid in a mongodb shell query
When using the MongoDB shell, how do I use a guid datatype (which I have used as the _id in my collection)开发者_运维百科.[详细]
2023-02-25 21:03 分类:问答Fastest Conversion of Array of Guid to String and Back?
With .NET 4.0, I sometimes have a Guid[] or 200 items that all need conversion to string[], and sometimes I have to do the reverse.[详细]
2023-02-25 06:40 分类:问答