Skip to content

TitleDoesNotMatter

Sharing random stuff

  • Home
  • Blog
  • GitHub
  • Contact

Year: 2018

  • Home
  • 2018
Posted on August 24, 2018February 11, 2020

EF Core missing methods in generated DbContext

Problem Methods like UseSqlServer HasColumnName are not resolved Solution With only EF Core package is not enough, you need two more. Microsoft.EntityFrameworkCore.Design Microsoft.EntityFrameworkCore.SqlServer After installing

Read MoreEF Core missing methods in generated DbContext

  • Backend
Posted on July 14, 2018February 11, 2020

A CLI ping statistics tool

PingStats A CLI tool to help with ping logging and simple analyze, notify user when slow connection is detected Github link: https://github.com/Meowzz95/PingStats Sample Output 64

Read MoreA CLI ping statistics tool

  • MyCode
Posted on July 7, 2018February 11, 2020

Mysql set default charset to utf8mb4(to support Chinese characters)

Setup Host: Ubuntu 16.04 Mysql: Ver 14.14 Distrib 5.7.22, for Linux (x86_64) using EditLine wrapper Why Somehow my default charset was set to latin1 which

Read MoreMysql set default charset to utf8mb4(to support Chinese characters)

  • Database
Posted on June 29, 2018February 11, 2020

A quick tip on debugging ts-node in WebStorm

Use ts-node to run typescript NodeJS project ts-node saves time to build ts project to js and use node xxx.js to run, it compiles the

Read MoreA quick tip on debugging ts-node in WebStorm

  • Tools
Posted on June 28, 2018February 11, 2020

Inno setup insists to copy files to SysWOW64

I’m trying to copy a file to system32 folder, I use {sys} constant provided by Inno Setup. First failure The script for this file looks

Read MoreInno setup insists to copy files to SysWOW64

  • Tools
Posted on June 27, 2018February 11, 2020

Force CLI tool to use SOCKS5 on macOS

Background A coder can’t live without Google but things get difficulty in China… Google, Facebook, Instagram etc. I don’t know how our dear computing students

Read MoreForce CLI tool to use SOCKS5 on macOS

  • Tools
Posted on June 27, 2018February 11, 2020

Hi Here is mimimi ~

I’ll be sharing some of my programming expreiences and probably some random stuff~

  • random
Copyright © 2022 TitleDoesNotMatter. All rights reserved.
Busyness by WEN Themes