This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ( | |
| [ValuePointer:{ | |
| "Name":"Чистая прибыль Банка", | |
| "Address":316, | |
| "AutoConvertNull":true | |
| }] | |
| < | |
| [ConstantExpression:{ | |
| "Value":"0", | |
| "DataType":"INTEGER" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_id" : ObjectId("5a30d1382620480001ae3eaa"), | |
| "name" : "Slon.Youla.v2.Event.DuplicateRealtyEvent", | |
| "guid" : "001d0a18-dfd4-11e7-bf73-525400a5a9b1", | |
| "type" : null, | |
| "status" : "corrupted", | |
| "payload" : { | |
| "advertId" : 174887, | |
| "productId" : "59fc5c585f90374eaa496fd2", | |
| "dealType" : "sell", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // create file: | |
| sudo vim /usr/share/applications/intellij.desktop | |
| // add the following | |
| [Desktop Entry] | |
| Version=13.0 | |
| Type=Application | |
| Terminal=false | |
| Icon[en_US]=/home/rob/.intellij-13/bin/idea.png | |
| Name[en_US]=IntelliJ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| System.Net.Sockets.SocketException (0x80004005): Connection refused | |
| at Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout) | |
| at Npgsql.NpgsqlConnector.<RawOpen>d__139.MoveNext() | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at Npgsql.NpgsqlConnector.<Open>d__136.MoveNext() | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) |