전체 글: 284개의 글

IT제품 하드웨어 관련 사이트

Posted by HULIA(휴리아)
2017. 2. 18. 02:48 뒷이야기들/서비스

쿨앤조이

www.coolenjoy.net

오버클럭킹

 

 

 

 

 

하드웨어배틀

http://www.hwbattle.com/

VGA, SSD, CPU비교사이트

 

 

파코즈

http://www.parkoz.com/

오버클럭킹, 하드웨어 등

 

 

클리앙

http://www.clien.net/

 

 

기글하드웨어

https://gigglehd.com/

 

 

 

다나와

http://www.danawa.com/

가격비교사이트

 

뽐뿌

http://www.ppomppu.co.kr/

가격비교 및 이벤트

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

에누리 닷컴

http://www.enuri.com/

가격비교사이트

 

플레이웨어즈

http://playwares.com/

 

 

 

'뒷이야기들 > 서비스' 카테고리의 다른 글

골드스푼 앱 사용후기(남자편)  (0) 2020.07.16
여보야 앱 사용 후기  (0) 2020.07.09
티스토리 블로그 좋아지고 있네요~  (0) 2019.10.21
유틸리티 프로그램 조사  (0) 2017.02.23
오픈 API 출처 정리  (0) 2017.02.12

무선(블루투스, 유니파잉동시에 지원) 키보드 조사

Posted by HULIA(휴리아)
2017. 2. 15. 23:22 뒷이야기들/하드웨어제품_팁_사용후기

조사이유 :

회사에서 스마트폰과 노트북 혹은 PC에 동시에 연결해서 쓰기에 좋은 키보드를 찾기 위해서

 

 

요건 :

1. 블루투스와 무선연결(USB연결)이 둘다 지원 되어야 함

2. 안정적이여야 함

3. 키감이 생각보다 좋아야 함

 

 

서치 리스트:

1. 로지텍 K375s

연결 : 블루투스 스마트 & 유니파잉 수신기

AAA배터리 사용

스마트폰, 태블릿 거치대 별도로 구성

104키 키보드

4만원 대

 

 

 

2. 로지텍 K780

연결 : 블루투스 스마트 & 유니파잉 수신기

AAA배터리 사용

스마트폰, 태블릿 거치대가 키보드에 연결되어 있음

104키 키보드

8만원 대

 

 

결론

로지텍 K375s 승

 

Headless broswer 리스트

Posted by HULIA(휴리아)
2017. 2. 13. 22:53 뒷이야기들/스터디히스토리강의

필요성

Jsoup을 이용해서 웹페이지의 정보를 가져오고 싶은데

Javascript가 실행되지 않아서 가져오지 못하는 정보를

headless browser를 통해서 javascript가 실행됨으로써 더 완벽하게 웹페이지의 정보를 가져올 수 도 있고

버튼 클릭도 할 수 있고 로그인도 할 수 있다 등등

 

Here are a list of headless browsers that I know about:

  • HtmlUnit - Java. Custom browser engine. Limited JavaScript support/DOM emulated. Open source.
  • Ghost - Python only. WebKit-based. Full JavaScript support. Open source.
  • Twill - Python/command line. Custom browser engine. No JavaScript. Open source.
  • PhantomJS - Command line/all platforms. WebKit-based. Full JavaScript support. Open source.
  • Awesomium - C++/.NET/all platforms. Chromium-based. Full JavaScript support. Commercial/free.
  • SimpleBrowser - .NET 4/C#. Custom browser engine. No JavaScript support. Open source.
  • ZombieJS - Node.js. Custom browser engine. JavaScript support/emulated DOM. Open source. Based on jsdom.
  • EnvJS - JavaScript via Java/Rhino. Custom browser engine. JavaScript support/emulated DOM. Open source.
  • Watir-webdriver with headless gem - Ruby via WebDriver. Full JS Support via Browsers (Firefox/Chrome/Safari/IE).
  • Spynner - Python only. PyQT and WebKit.
  • jsdom - Node.js. Custom browser engine. Supports JS via emulated DOM. Open source.
  • TrifleJS - port of PhantomJS using MSIE (Trident) and V8. Open source.
  • ui4j - Pure Java 8 solution. A wrapper library around the JavaFx WebKit Engine incl. headless modes.
  • Chromium Embedded Framework - Full up-to-date embedded version of Chromium with off-screen rendering as needed. C/C++, with .NET wrappers (and other languages). As it is Chromium, it has support for everything. BSD licensed.
  • Selenium WebDriver - Full support for JavaScript via browsers (Firefox, IE, Chrome, Safari, Opera). Officially supported bindings are C#, Java, JavaScript, Haskell, Perl, Ruby, PHP, Python, Objective-C, and R. Unofficial bindings are available for Qt and Go. Open source.

Headless browsers that have JavaScript support via an emulated DOM generally have issues with some sites that use more advanced/obscure browser features, or have functionality that has visual dependencies (e.g. via CSS positions and so forth), so whilst the pure JavaScript support in these browsers is generally complete, the actual supported browser functionality should be considered as partial only.

(Note: Original version of this post only mentioned HtmlUnit, hence the comments. If you know of other headless browser implementations and have edit rights, feel free to edit this post and add them.)

 

 

 

Selenium

https://github.com/SeleniumHQ/selenium

 

JAR files

https://github.com/SeleniumHQ/selenium/tree/master/third_party/java

 

zip files

https://selenium-release.storage.googleapis.com/index.html?path=3.1/