My Note on Solutions.
Pages
(Move to ...)
Home
Contact/Tip Me
▼
Monday, December 23, 2013
MVC API Controller Error
›
You may get this very weird error when you test the API Controller using the Entity FX code-first approach. Here is my error, ...
Thursday, December 19, 2013
How to remove the dead nodes in the Solrcloud manually
›
Somehow, you may find SolrCloud has a track of all the Nodes even those dead or testing Nodes in the clustermap. for example, there ...
1 comment:
Tuesday, September 17, 2013
JAVA: ByteBuffer.Allocate vs AllocateDirect
›
Allocation on heap, GC involved. the process used 2G RAM the buffer is one the HEAP Old space, If allocatedirect on RAM, ...
Cassandra: InvalidRequestException(why:Key may not be empty)
›
When you get this exception when you try to submit some changes through the THRIFT gateway to the cluster, the code are simple, ...
Friday, September 13, 2013
How-to: Test the HBase Coprocessor tutorial
›
here is a quick tutorial to setup hbase instance and hook up with a basic coprocessor. Download the tar file and unzip it from http://mirr...
Friday, September 6, 2013
How to: Sql Server encryption
›
If you want to export the key to another server, backup it and restore it. Encryption by Cert
Thursday, September 5, 2013
How to: Generate the same hash value in Sql Server, C# and Java.
›
Since SQL Server 2005, there is one built-in function called hashbytes please by aware if you define the string type as char and varchar...
‹
›
Home
View web version