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
require "bundler/inline" | |
gemfile(true) do | |
source "https://rubygems.org" | |
gem "tiny_tds" | |
gem "activerecord-sqlserver-adapter", "6.1" | |
gem 'byebug' | |
end | |
require "active_record" |
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
using System.IO; | |
using Apex.Serialization; | |
namespace ApexTestCore | |
{ | |
class EasyClass | |
{ | |
public int id; | |
public string name; | |
} |
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
14:58:41.807240 IP 192.168.14.100.52534 > 66.155.71.149.443: Flags [S], seq 3759947820, win 29200, options [mss 1460,sackOK,TS val 1505210793 ecr 0,nop,wscale 7], length 0 | |
14:58:41.855609 IP 66.155.71.149.443 > 192.168.14.100.52534: Flags [S.], seq 2323720907, ack 3759947821, win 29200, options [mss 1452,nop,wscale 8], length 0 | |
14:58:41.855827 IP 192.168.14.100.52534 > 66.155.71.149.443: Flags [.], ack 1, win 229, length 0 | |
14:58:41.864040 IP 192.168.14.100.52534 > 66.155.71.149.443: Flags [P.], seq 1:210, ack 1, win 229, length 209 | |
14:58:41.916406 IP 66.155.71.149.443 > 192.168.14.100.52534: Flags [.], seq 1:1453, ack 210, win 119, length 1452 | |
14:58:41.916527 IP 192.168.14.100.52534 > 66.155.71.149.443: Flags [.], ack 1453, win 251, length 0 | |
14:58:41.916914 IP 66.155.71.149.443 > 192.168.14.100.52534: Flags [P.], seq 1453:3111, ack 210, win 119, length 1658 | |
14:58:41.917126 IP 192.168.14.100.52534 > 66.155.71.149.443: Flags [.], ack 3111, win 277, length 0 | |
14:58:41.920025 IP 192.168.14.100.52534 > 66.155.71.14 |