전체 글195 [javascript, ajax] read and parse csv file on server 클라이언트에서 업로드 하는것이 아니라, server에 있는 파일을 업로드 하는게 트릭이 아니면 쉽지 않다. ajax라는 것을 사용. parse는 여러가지 라이브러리가 많은데. https://github.com/evanplaice/jquery-csv을 사용 전체 코드 12345678910111213141516171819202122232425262728293031323334 function read_with_ajax(url,fun,holder){//url,function,just a placeholder holder=new XMLHttpRequest; holder.open('GET',url); holder.onload=fun; holder.send() } function alertTxt(){ //alert(.. 2018. 4. 10. [linux] convert pdf to jpg(png) target : a.pdf >> convert a.pdf b.jpg * option : page number>> convert a.pdf[23] b.jpg * resolution >> convert -density 200 a.pdf[100] b.jpg 2018. 3. 21. Ubuntu error : /etc/default/console-setup: /: Permission denied error msg> Setting up initramfs-tools (0.122ubuntu8.10) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.122ubuntu8.10) ... update-initramfs: Generating /boot/initrd.img-4.13.0-32-generic /usr/share/initramfs-tools/hooks/console_setup: 11: /etc/default/console-setup: /: Permission denied E: /usr/share/initramfs-tools/hooks/console_setup failed.. 2018. 2. 7. xfce4 에서 caps lock을 ctrl 로 쓰기 System manager 에서 keyboard layout 을 바꾸는것으로 작동하지 않음.(왜??) >> /usr/bin/setxkbmap -option "ctrl:nocaps" 영구적으로 반영하게 하려면, os start할때 자동시작하게한다. To make it permanent I added an entry to the xfce autostart (SystemTools -> Settings Manager -> Session and Startup -> Application Autostart 2018. 1. 23. 이전 1 ··· 21 22 23 24 25 26 27 ··· 49 다음