Bug 131760 – import cannot be resolved, but package and class exists

Please Visit: http://ift.tt/1ajReyV



Bug 131760 - import cannot be resolved, but package and class exists

http://ift.tt/Ni9Awa

Happened to me.

Workaround: Remove the .index files in .metadata\.plugins\org.eclipse.jdt.core and restart your workspace.



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/Ni9Awa

via LifeLong Community

Navigate and fix errors and warnings in a class with Eclipse keyboard shortcuts

Please Visit: http://ift.tt/1ajReyV



Eclipse: Navigate and fix errors and warnings in a class with keyboard shortcuts

http://ift.tt/1obGidV

Ctrl+. Next Annotation. Moves to the next warning/error in the class.

Ctrl+, Previous Annotation. Moves to the previous warning/error in the class.

Ctrl+1 Quick Fix. A fast way to resolve certain warnings/errors automatically, but also useful for automating common editing tasks.



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/NcLrqM

via LifeLong Community

"Your future is created by what you do today. Not tomorrow. "

Please Visit: http://ift.tt/1ajReyV





"Your future is created by what you do today. Not tomorrow. "

Jeffery yuan (http://ift.tt/1pEL2Mw) via Elia Locardi (http://ift.tt/NDfGHb)



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/NDfJmm

via LifeLong Community

Part3: Integrate Http Form Post Authentication in Nutch2

Please Visit: http://ift.tt/1ajReyV



Part3: Integrate Http Form Post Authentication in Nutch2

The Problem Nutch and Nutch2 supports NTLM, Basic or Digest authentication to authenticate itself to websites. It doesn't support Http Post Form Authentication. Main Steps Use Apache Http Client to do http post form authentication. Make http post form authe...



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/MvVs1d

via LifeLong Community

Nutch2 Http Form Authentication-Part2: Make Http Post Form Authentication Work

Please Visit: http://ift.tt/1ajReyV



Nutch2 Http Form Authentication-Part2: Make Http Post Form Authentication Work

The Problem Nutch and Nutch2 supports NTLM, Basic or Digest authentication to authenticate itself to websites. It doesn't support Http Post Form Authentication. Main Steps Use Apache Http Client to do http post form authentication. Make http post form authe...



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1fJrmmq

via LifeLong Community

Make Http Post Form Authentication Work

Please Visit: http://ift.tt/1ajReyV



Make Http Post Form Authentication Work

The Problem Nutch and Nutch2 supports NTLM, Basic or Digest authentication to authenticate itself to websites. It doesn't support Http Post Form Authentication. Main Steps Use Apache Http Client to do http post form authentication. Make http post form authe...



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1dBkvYa

via LifeLong Community

Nutch2 Http Form Authentication-Part1: Using Apache Http Client to Do Http Post Form Authentication

Please Visit: http://ift.tt/1ajReyV



Nutch2 Http Form Authentication-Part1: Using Apache Http Client to Do Http Post Form Authentication

The Problem Nutch and Nutch2 supports NTLM, Basic or Digest authentication to authenticate itself to websites. It doesn't support Http Post Form Authentication. Main Steps Use Apache Http Client to do http post form authentication. Test http post form authe...



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1jB4FBu

via LifeLong Community

How To display Adsense for Mobile on Blogger / Blogspot Mobile Template

Please Visit: http://ift.tt/1ajReyV



How To display Adsense for Mobile on Blogger / Blogspot Mobile Template

http://ift.tt/1dA9vdy

mobile ads will start showing on the mobile view of your blog, but on 2 conditions.

These conditions are:

You must have added, at least one of your ad units using the ADSENSE GADGET; OR

You must have configured your blog to display inline ads.



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1dA9vdy

via LifeLong Community

How to Embed a Google Presentation in a WebSite https://docs.google.co

Please Visit: http://ift.tt/1ajReyV



How to Embed a Google Presentation in a WebSite

http://ift.tt/1dA9s1h

Google+ users can now view your shared Google Drive documents right in their stream

http://ift.tt/1fHTCGa



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/ODevJ2

via LifeLong Community

Mobile emulation

Please Visit: http://ift.tt/1ajReyV



Chrome DevTools Mobile emulation

http://ift.tt/10bRm3X



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/10bRm3X

via LifeLong Community

Use Fiddler as a Reverse Proxy

http://docs.telerik.com/fiddler/configure-fiddler/tasks/usefiddlerasreverseproxy
http://fiddlerbook.com/fiddler/help/reverseproxy.asp
Click Tools > Fiddler Options. Ensure Allow remote clients to connect is checked.
Choose Rules | Customize Rules.
Inside the OnBeforeRequest handler, add a new line of code:
if (oSession.host.toLowerCase() == "webserver:8888") oSession.host = "webserver:80";
On the SmartPhone, navigate to http://webserver:8888

PowerShell Get or Invoke History: h and r prefix

Quickly locate past commands without having to scroll through with the Up Arrow key. 
http://technet.microsoft.com/en-us/magazine/hh241048.aspx
get-history | where { $_.CommandLine -like '*select*' }
Use the StartExecutionTime and EndExecutionTime properties to measure the time it took to complete a command. For example: get-history | select commandline,executionstatus,startexecutiontime,endexecutiontime,@{n='ExecutionDuration';e={$_.EndExecutionTime- $_.StartExecutionTime}}
Get-History | Foreach-Object { Invoke-History –id $_.id }

Invoke-History: Aliases: ihy, r
http://www.activexperts.com/activmonitor/windowsmanagement/powershell10/0061/
Run the last (most recent) command: just r
Run the most recent get- command in the session history: invoke-history get- or r get-
invoke-history (5..15), 17
Invoke-History 3;Invoke-History 4

r "git push"
The Last Command:  $^
PowerShell will store the last command executed into the $^ variable.
Repeat last command: &$^
Get-Command -Noun history

Eclipse - Close tabs to the right [closed]

Please Visit: http://ift.tt/1ajReyV



Close multiple editors in Eclipse

http://ift.tt/MrnNGa

Ctrl+Shift+E: Switch to editors, here we can Close Selected Editors.

CTRL+E: List all open editors



Column selection mode: Alt+Shift+A



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/MrnNGa

via LifeLong Community

Bug 337588 – [EditorMgmt] Editor should have "Close Tabs To The Right"

Please Visit: http://ift.tt/1ajReyV



Hope Eclipse can add this feature: Editor should have "Close Tabs To The Right"

http://ift.tt/1o3niyc



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1o3niyc

via LifeLong Community

Apache HttpClient 3.x PostMethod.setParams(HttpMethodParams params) do

Please Visit: http://ift.tt/1ajReyV



Apache HttpClient 3.x PostMethod.setParams(HttpMethodParams params) doesn't work. Use addParameter method or setParameter(String parameterName, String parameterValue)

As setParams(HttpMethodParams params) is defined in the base class: HttpMethodBase. In PostMethod, it actually uses a private Vector params = new Vector(); to store request content.

Use addParameter method or setParameter(String parameterName, String parameterValue) defined in PostMethod to add parameters.



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1dukNA1

via LifeLong Community

CommonQueryParameters - Solr Wiki

Please Visit: http://ift.tt/1ajReyV



Debug Sole Query Relevancy

http://ift.tt/1hOv7KJ debugQuery=true debug=query|results explainOther=id:id1



debug.explain.structured=true



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1hOv7KJ

via LifeLong Community

Browser First Aid: Fixes for Five Common Problems in Chrome

Please Visit: http://ift.tt/1ajReyV



Browser First Aid: Fixes for Five Common Problems in Chrome http://ift.tt/1h5Ul4c



from Google Plus RSS Feed for 101157854606139706613 http://ift.tt/1h5Ul4c

via LifeLong Community