want to open firefox cookies.sqlite,but SQLite Browser show no things,but it's 512B
someone say..from->http://superuser.com/questions/635317/sqlite-database-browser-fails-to-open-firefox-cookie-database
"The problem is that Firefox
keeps their database locked so SQLite Database Browser
cannot manage to open it, to preview data, database needs to be opened programmicaly using SQLite
library."
so i find python can do it ,i will try ...
RES: http://ilmvfx.wordpress.com/2014/02/23/python-firefox-27-cookies-sqlite-cookie/
wait for my good news...
//ubuntu
cd .mozilla/firefox
----------------------------
when build source ,Unable to find vcvarsall.bat ????why
get the reason from 优快云 //http://blog.youkuaiyun.com/secretx/article/details/17472107
change the sys environment path point to VS2010 ,get the problem solved~~
----------------------------
but ,"can not find sqlite3.h" come out, why?
it says there is no "sqlite3.h",i also could not find it in pysqlite3 FIELDIR ,,so i google it ,i shou download it separat...........and add the PATH with it
//http://stackoverflow.com/questions/1734629/installing-sqlite-3-6-on-windows-7