行为分析工具
admin | 开发工具 | 2014-08-05
ProcessMonitorhttp://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
或火绒剑http://bbs.huorong.cn/thread-493-1-1.html
网络监视用smsniffhttp://www.nirsoft.net/utils/smsniff.html
上面工具只能监控想控制可以用HIPS工具
Malware Defenderhttp://labs.360.cn/malwaredefender/
或SpyShelter Firewallhttp://www.spyshelter.com/firewa... [阅读全文]
CSS文本溢出用省略号代替
admin | xul | 2014-08-05
语法:
text-overflow : clip | ellipsis
参数:
clip : 不显示省略标记(…),而是简单的裁切
(clip这个参数是不常用的!)
ellipsis : 当对象内文本溢出时显示省略标记(…)
说明:
设置或检索是否使用一个省略标记(…)标示对象内文本的溢出。
请您注意,text-overflow:ellipsis属性在FF中是没有效果的。
text-overfl... [阅读全文]
xul remove system tools button and show shadow
admin | xul | 2014-08-05
CSS
#messengerWindow{
-moz-appearance: -moz-win-browsertabbar-toolbox !important;
}
123
#messengerWindow{ -moz-appearance: -moz-win-browsertabbar-toolbox !important;}
XHTML
<window id="messengerWindow" ch... [阅读全文]
scrollbox scrollbar styling
admin | xul | 2014-08-01
http://codeverge.com/mozilla.dev.tech.xul/scrollbox-scrollbar-styling-1.9/1552351
[阅读全文]
change xul browser scrollbar style
admin | xul | 2014-08-01
http://livepipe.net/control/scrollbar
https://github.com/eastridge/livepipe-ui/blob/master/src/scrollbar.js
[阅读全文]
How to hide the #titlebar-buttonbox-container
admin | xul | 2014-08-01
http://forums.mozillazine.org/viewtopic.php?f=38&t=2573693
http://www.firefox.net.cn/read-35532
https://addons.mozilla.org/en-US/firefox/addon/hide-caption-titlebar-plus-sma/
[阅读全文]
xulrunner No system Borders,and win7 effect
admin | xul | 2014-07-30
1.修改xulrunner 配置,xul 等 结果(失败)
│ application.ini
│ chrome.manifest
│ start.bat
│
├─chrome
│ │ chrome.manifest
│ │
│ └─content
│ main.css
│ main.js
│ main.xul
│ main2.xul
│
├─components
└─defaults
└─preferences
... [阅读全文]
xul browser scrollbar style
admin | xul | 2014-07-30
http://stackoverflow.com/questions/9496790/how-to-use-custom-scrollbar-in-firefox
http://livepipe.net/control/scrollbar
[阅读全文]
Bring your frame window a shadow
admin | 开发问题 | 2014-07-29
http://www.codeproject.com/Articles/16362/Bring-your-frame-window-a-shadow
[阅读全文]
Qt Windows Extras Overview
admin | Qt Gui | 2014-07-28
http://qt-project.org/doc/qt-5/qtwinextras-overview.html
[阅读全文]