é¢æ°åããã°ã©ãã¯ããã°ã©ã ãæ¨ã ã¨æã£ã¦ããããï¼ãã ããã£ã yhara ããã®ã¨ããããï¼ é¢æ°åããã°ã©ãã¯ããã°ã©ã ãæ¨ã ã¨æã£ã¦ãããã gauche.nightã§åºã話é¡ã ãã©ãé¢æ°åããã°ã©ãã¯ããã°ã©ã ãæ¨ã ã¨æã£ã¦ããããã (car (string-split (string-reverse (string-upcase str)) "\n")) ãããããã¯æ¨ã ã head $ lines $ reverse $ upcase str Haskellã 㨠$ ãããããè¦ãç®ã¯ãã¹ããã¦ãªããã©ãå®éã«ã¯é¢æ°ã«é¢æ°ã®è¿ãå¤ã渡ãã¦ããã ãããé¢æ°åããã°ã©ãã¯é¢æ°å¼ã³åºãã®ä¸ã«é¢æ°ãæ¸ããã¨ã«æµæããªããã§ãCè¨èªã¨ãã ã¨ããé¢æ°å¼ã³åºãã®ä¸ã«é¢æ°ã£ã¦æ¸ããªãããããæ®éããããçããã¤ãé¤ãã°ãã ãããä¸æ¦å¤æ°ã«ä»£å ¥ããã§ããã ãã®ã¸ãã®éããé¢æ°åè¨èªãå¦
Launchpad PPAã®ã¬ãã¸ããªã追å æ¦è¦ Ubuntu 9.10, Karmic Koala 以é ã¨ã³ããªã¯/etc/apt/sources.list.dãã©ã«ãã«è¿½å ããã ãããªãã¯ãã¼ãå¿ è¦ã§ãå©ç¨å¯è½ãªå ´åã¯èªåã§ãã¦ã³ãã¼ãï¼ç»é² æ¸ãæ¹ sudo add-apt-repository ppa: ã¬ãã¸ããªå ä¾ sudo add-apt-repository ppa:nhandler GUI ã·ã¹ãã -> ã·ã¹ãã 管ç -> ã½ããã¦ã§ã¢ã»ã½ã¼ã¹ ä»ã®ã½ããã¦ã§ã¢ã¿ãããã追å
Apache mod_headersã§ã§ãã¾ã Header set X-Content-Type-Options nosniff Nginx add_header X-Content-Type-Options nosniff; ä½ããä¸è¨ã ã¨proxyãªããã§æ¢ã«X-Content-Type-Options: nosniff;ãä»ãã¦ãã㨠X-Content-Type-Options: nosniff, nosniff ã®ãããªãããã«ãªã£ã¦ãã¾ããåé¡ãªããããããªããæ°ã«ãªãå ´åã¯NginxHttpHeadersMoreModuleã使ã£ã¦ more_set_headers 'X-Content-Type-Options: nosniff'; ã¨ããã¨è¯ãã®ããã Plack Plack::Middleware::Headerã使ãã¨ç°¡åã§ãã enable 'Header', s
.app 1 .dev 1 #11WeeksOfAndroid 13 #11WeeksOfAndroid Android TV 1 #Android11 3 #DevFest16 1 #DevFest17 1 #DevFest18 1 #DevFest19 1 #DevFest20 1 #DevFest21 1 #DevFest22 1 #DevFest23 1 #hack4jp 3 11 weeks of Android 2 A MESSAGE FROM OUR CEO 1 A/B Testing 1 A4A 4 Accelerator 6 Accessibility 1 accuracy 1 Actions on Google 16 Activation Atlas 1 address validation API 1 Addy Osmani 1 ADK 2 AdMob 32 Ads
ã¿ã¤ã©ã¼ã»ã³ã¼ã¨ã³ãMarginal Revolutionã®12/23ã¨ã³ããªã§å¼ç¨ãã¦ããæç« ãèå³æ·±ãã以ä¸ããã®å¼ç¨é¨ã Software output cannot be measured as easily as dollars or bricks. The best programmers do not write 10x as many lines of code and they certainly do not work 10x longer hours. Programmers are most effective when they avoid writing code. They may realize the problem theyâre being asked to solve doesnât need to be solved, that the clien
News about the "Invent Your Own Computer Games with Python" book. Welcome to the Code Comments Tutorial for Flippy, an Othello clone. Code Comments is a series of simple games with detailed comments in the source code, so you can see how the game works. The text in between the triple-double-quotes are comments (technically they are multi-line strings, but Python uses them for multi-line comments).
Spring Bootã«ããAPIããã¯ã¨ã³ãæ§ç¯å®è·µã¬ã¤ã 第2ç ä½å人ãã®éçºè ããInfoQã®ããããã¯ãPractical Guide to Building an API Back End with Spring BootããããSpring Bootã使ã£ãREST APIæ§ç¯ã®åºç¤ãå¦ãã ããã®æ¬ã§ã¯ãåºçæã«æ°ãããªãªã¼ã¹ããããã¼ã¸ã§ã³ã§ãã Spring Boot 2 ã使ç¨ãã¦ãããããããSpring Boot3ãæè¿ãªãªã¼ã¹ãããéè¦ãªå¤...
Introduction¶ Writing web apps for Google App Engine is becoming really really easy. The App Engine team is releasing new things to make developing and deploying applications as easy as clicking âDeployâ on the SDK Console. However building test suites for your applications is a little bit tricky when you get into testing that youâre using the API correctly. This is where GAE Testbed comes in. Wha
persistence.js: An Asynchronous Javascript ORM for HTML5/Gears The past week or two I have been developing an asynchronous object-relational mapper in Javascript, called persistence.js. Its main use-case, right now, is to simplify the database component of offline-capable web applications, like the mobile web applications that Iâm working on. But with some tweaking it should also be usable in serv
String jasperName = "file1.jasper"; String jasperName2 = "file2.jasper"; String pdfName = "file.pdf"; HashMap paramMap = new HashMap(); con = getConnection(); List<JRPrintPage> pages = null; OutputStream outstream = null; // ã¡ã¤ã³ã«ãªã帳票ãåå¾ JasperPrint jasperPrint = JasperFillManager.fillReport(jasperName, paramMap, con); // 追å ãã帳票ãåå¾ JasperPrint jasperPrint2 = JasperFillManager.fillReport(jasperName2
ããã®ã¨ãããããã°ã®æ´æ°ããã¤ãã¿ã¼ã®ã¤ã¶ãããå®å ¨ã«ã¹ããããã¦ãã¾ããã éä¸åã®ãªã@tfmagicianã«ãã¦ã¯çãããã¨ã§ãã ä½ããã¦ãããã ãããªã¦ã§ãã»ãµã¼ãã¹ãä½ã£ã¦ãã¾ãããã ãtrivistããããããããªãã¢ã»éå¦ãç´¹ä»ï¼ å®ã¯ãããä½ææé1é±éã§ãã ã·ã³ãã«ãªãµã¤ããªã®ã§ãæãããéçºã«æ £ãã人ãªã1é±éã¯ä½è£ã§ãããã ä»æ¥ã¯ãã¾ã ãã¬ã¼ã ã¯ã¼ã¯ã使ã£ãéçºããããã¯ã¦ã§ãã»ãµã¼ãã¹ã®éçºèªä½ã«æ £ãã¦ããªã人ã«åãã¦ãé«ééçºã«é¢ããtipsãç´¹ä»ãã¾ãã é«ééçºã¨ã¯ä½ãèãã ã¾ããé«ééçºãå¯è½ã«ããâæå¼·æ大ã®éæ³âãèãã¾ãããã ããã¯ããã§ãã ã³ã¼ãã£ã³ã°ããªã ã³ã¼ãã£ã³ã°ããªãã§ãã·ã¹ãã ãåºæ¥ãã°ãªãã¨è¯ããã¨ãï¼ ããã¯ã¨ã³ã¸ãã¢ã«ã¨ã£ã¦ãå½ããåã®ãã¨ã§ãã ããããããã念é ã«ç½®ãã®ã¨ç½®ããªãã®ã§ã¯ãã¾ãã§éçºé
2011-01-06: IE8ã¨ãããã¨ãè¿½è¨ & ã¡ãã£ã¨ééããä¿®æ£ãããã¾ãã¦ããã§ã¨ããããã¾ãã å¹´æãæ©ã ã§ãããInternet Explorerã®è©±é¡ã§ããIEã¯ãåãã®éããContent-Type ã ãã§ãªãã³ã³ãã³ãã®å 容ãªã©ã sniff ãããã¨ã§ãã¡ã¤ã«ã¿ã¤ãã決å®ãã¦ãããããç»åãã¡ã¤ã«ãããã¹ããã¡ã¤ã«ãHTMLã¨å¤å®ãã¦ãã¾ããã¯ãã¹ãµã¤ãã¹ã¯ãªããã£ã³ã°ãçºçãããã¨ãæãããã³ãã³å ±åããã¦ãã¾ãã*1ãç¾å¨ã¯å¹¾åãã·ã«ãªã£ãã¨ã¯ãããIEã®ãã¡ã¤ã«ã¿ã¤ãã®å¤å®ã¢ã«ã´ãªãºã ã¯é常ã«é£è§£ã§ãããç¾å¨ã§ãç¶æ³ã«ãã£ã¦ã¯Webãµã¤ãéå¶è ã®ã¾ã£ããæå³ãã¦ããªãããã¡ã§ã®XSSãçºçããå¯è½æ§ããã£ãããã¾ããããããããã§ãIEãã³ã³ãã³ãã sniff ãã¦HTML以å¤ã®ãã®ãHTMLæ±ããã¦ãã¾ããã¨ãé²ãããã«ãåçã«ã³ã³ãã³ããçæãã¦ããå ´åã«
ãµã¼ãã¹çµäºã®ãç¥ãã ãã¤ãYahoo! JAPANã®ãµã¼ãã¹ããå©ç¨ããã ãèª ã«ãããã¨ããããã¾ãã ã客æ§ãã¢ã¯ã»ã¹ããããµã¼ãã¹ã¯æ¬æ¥ã¾ã§ã«ãµã¼ãã¹ãçµäºãããã¾ããã ä»å¾ã¨ãYahoo! JAPANã®ãµã¼ãã¹ããæ顧ãã ããã¾ãããããããããé¡ããããã¾ãã
ãµã¼ãã®æ§è½ãããã¾ãã«ãã¿ã³ã ã£ãã¨ããä¸ã¤ã®è¨¼æã«ï¼ãã¡ã®é¯ã« ab ã§ãã³ããã¼ã¯ããããã 並å10æ¬ã§åè¨15000æ¬ã岡å´å¸ç«ä¸å¤®å³æ¸é¤¨ãªãæ²é»ããã¬ãã«ãã¨ããããéçã³ã³ãã³ãã«æã£ã¦ã¿ãã 以ä¸ï¼ãã®çµæãç¶ãã¦ãã¨ã§åçã³ã³ãã³ãï¼Pukiwikiã³ã³ãã³ãï¼ã§è©¦ãã æ§è½ã¯ï¼Pentium3 700MHz ã§ã¡ã¢ãª128MBã10å¹´åã® ThinkPad A20m (2628-NRJ) Mobile-Pentium3/700MHz ã¡ã¢ãª/128MBã ãã¼ã¸ã§ã³ããªãå¤ãããã«è¦ãããã©ãããã¯ã¡ããã¨å½ã¦ã¦ããã®ã§å¤§ä¸å¤«ã 1500çºã433ç§ï¼7åã¡ãã£ã¨ããããæ¯ç§3çºã¡ããããªãã¦ããè¨ç®ãã¨ãããï¼ä¸çº3ç§å¼±ã10æ¬ä¸¦åã£ã¦æããéãã¯ãªã£ã¦ãããã©è½ã¡ã¦ãªãããã 69çºå¤±æãã¦ãããããããã£ã¦ã㦠DoS ã¨è¨ãããï¼ã¨è¨ãããã°ï¼ã©ãããªãã ãã¼
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}