Skip to the content

Chris' Laboratory

chrislee.kr – Personal blog as bookshelves

  • Home
  • Github
  • Contact Me
Copyright © 2021 Chris' Laboratory.
All rights reserved.
Theme: Dolpa By ThemeInWP.
Powered by WordPress.
  • Home

Year: 2018

Angular (ngx) Frameworks
24/11/201802/03/2019

Get all validation errors for Angular form

Reference 1: https://gist.github.com/JohannesHoppe/e8d07d63fc345a5fdfdf4fc4989ef2e4 import { FormGroup, ValidationErrors } from '@angular/forms'; export function getFormValidationErrors(form: FormGroup) { const result = []; Object.keys(form.controls).forEach(key => { const controlErrors: ValidationErrors =...
Frameworks Yii2
11/11/201811/11/2018

Yii2 errors – Failed to clone the git and “extra.asset-installer-paths” option is deprecated`

Error 1. The "extra.asset-installer-paths" option is deprecated, use the "config.fxp-asset.installer-paths" option Update composer.json by removing asset-installer-paths and add fxp-assets { ... "extra": { "yii\\composer\\Installer::postCreateProject": { "setPermission":...
Frameworks Javascript
14/10/201814/10/2018

Javascript project devtools

Javascript project development tools Babel: https://babeljs.io/docs/en/ Javascript compiler - Transform syntax, Polyfill features and so on $ babel -o dist/package.js dist/package.js Standard: https://standardjs.com/ Javascript style guide, linter...
Linux Server
16/09/201829/08/2020

Backup/Restore pacman & yaourt packages list

Arch linux Backup pacman package list pacman -Qqet | grep -v "$(pacman -Qqg base)" | grep -v "$(pacman -Qqm)" > pacman-packages.txt   Restore pacman package ...
Angular (ngx) Frameworks
03/09/201803/09/2018

Local workspace file (‘angular.json’) could not be found.

After upgrading Angular application using ncu -a, got an error message Local workspace file ('angular.json') could not be found.</code. $ ncu -a $ npm run...
Linux Server
15/07/201829/08/2020

Error on installing `networkmanager-l2tp 1.2.10-3` in Arch Linux

References: https://gist.github.com/pastleo/aa3a9524664864c505d637b771d079c9 https://askubuntu.com/questions/981165/l2tp-ipsec-failing-to-connect-kubuntu-17-10   When run the command to install the package `networkmanager-l2tp 1.2.10-3`, an error occurs like below: $ yaourt -S networkmanager-l2tp ... ==>...

Categories

  • Databases (10)
    • MongoDB (3)
    • MS-SQL (1)
    • MySQL (6)
  • E-Commerce (8)
    • Magento (8)
  • Finance (2)
  • Frameworks (78)
    • Adobe Flex (1)
    • Angular (ngx) (3)
    • Codeigniter (6)
    • CSS (5)
    • Django (2)
    • Javascript (13)
    • Node.js (5)
    • PHP (17)
    • React.js (1)
    • Sencha Touch (4)
    • Vue.js (1)
    • WordPress (4)
    • Yii2 (3)
  • General Documents (15)
  • Marketing (3)
  • Mobile Development (33)
    • Android (20)
    • iPhone (13)
  • Platforms (19)
    • Arduino (2)
    • Docker (4)
    • Google App Engine (5)
    • Raspberry Pi (4)
    • Samsung Smart TV (4)
  • Security (17)
  • Server (27)
    • Linux (9)
  • Tools (14)
    • SVN (7)
  • Uncategorized (1)
April 2021
M T W T F S S
 1234
567891011
12131415161718
19202122232425
2627282930  
« Mar    

Search

Recent Posts

  • 바이낸스 자동 매매 트레이딩 봇
  • React.js – TypeError: Cannot read property ‘setState’ of undefined
  • Convert gnome-boxes virtual machine image to Oracle Virtual Box image
  • Clear Kubernetes current context
  • 실시간 환율 받아오기 (Get real-time currency information)

Recent Comments

  • Chris Lee on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • Chris Lee on Setting Up A VPN Server On OSX 10.6
  • eddie on How to install memcache.so/memcached.so for MAMP Pro (Mac)
  • Manish on TCPDF-CodeIgniter Integration with TCPDF Examples
  • ComputerUSer on How to mount Bootcamp drive

Tags

1 ajax amazon android android-addpart browser chrislee-kr codeigniter codeigniter-tcpdf com-apple-net-racoon CSS CSS history hack delpaigmail-com entity-addpart-double exception-printing-is-disabled-by-default-for-security-reasons ext-plugins-listpagingplugin ext-plugins-listpagingplugin-example f iphone javascript jquery-defaultchecked jquery-samsung-smart-tv listpagingplugin mac magento-exception-printing-is-disabled-by-default-for-security-reasons magento-sample-data-exception-printing-is-disabled-by-default-for-security-reasons nu-vot null-core-errors-confignotfound-config-mk9engine-ini php samsung-smart-tv-jquery samsung-smart-tv-sdk-ajax samsung-smart-tv-sdk-jquery samsung-tv-sdk samsung-tv-sdk-jquery samsung tv sencha-smart-tv sencha-touch-list-paging smart-tv-jquery sqlite subversion svn tcedook tcpdf-codeigniter uilinebreakmodecharacterwrap-is-deprecated unknown-column-link-area

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Recent Post

바이낸스 자동 매매 트레이딩 봇

React.js – TypeError: Cannot read property ‘setState’ of undefined

Convert gnome-boxes virtual machine image to Oracle Virtual Box image

Clear Kubernetes current context

실시간 환율 받아오기 (Get real-time currency information)

Top Category

Frameworks

Server

Android

  • Home
  • Github
  • Contact Me