3 items, killer add-on for developer for ie
ie developer toolkitie7 PRO : http://www.ie7pro.com/fiddler2 : http://www.fiddler2.com
ie developer toolkitie7 PRO : http://www.ie7pro.com/fiddler2 : http://www.fiddler2.com
if you install the sdk for .net
you must install .Net framework support
which you can find under the add&remove programs ArcGis Desktop -> Modify Installation screen
System.Globalization.
CultureInfo culture = new CultureInfo(”en-US”, false);
culture.NumberFormat.NumberDecimalSeparator =
“,”;
culture.NumberFormat.NumberGroupSeparator =
“”;
Thread.CurrentThread.CurrentCulture = culture;
map js kütüphanesi, google veya esri js api benzeri, free
<script type=”text/javascript”>
function WebForm_CallbackComplete_SyncFixed() {
// SyncFix: the original version uses “i”
// as global thereby resulting in
// javascript errors when “i” is used
// elsewhere in consuming pages
for (var i = 0; i < __pendingCallbacks.length; i++) {
callbackObject = __pendingCallbacks[ i ];
if (callbackObject && callbackObject.xmlRequest && (callbackObject.xmlRequest.readyState == 4)) {
// the callback should be executed after releasing all resources
// associated with this request.
// Originally if the callback gets executed here and the callback
// routine makes another ASP.NET ajax request then the pending slots and
// pending callbacks array gets messed up since the slot is not released
// before the next ASP.NET request comes.
// FIX: This statement has been moved below
// WebForm_ExecuteCallback(callbackObject);
if (!__pendingCallbacks[ i ].async) {
__synchronousCallBackIndex = -1;
}
__pendingCallbacks[i] = null;
var callbackFrameID = “__CALLBACKFRAME” + i;
var xmlRequestFrame = document.getElementById(callbackFrameID);
if (xmlRequestFrame) {
xmlRequestFrame.parentNode.removeChild(xmlRequestFrame);
}
// SyncFix: the following statement has been moved down from above;
WebForm_ExecuteCallback(callbackObject);
}
}
}
window.onload = function Onload(){
if (typeof (WebForm_CallbackComplete) == “function”) {
// set the original version with fixed version
WebForm_CallbackComplete = WebForm_CallbackComplete_SyncFixed;
}
}
</script>
adresini bir kenara yazalım. kendi ağızları ile “Open Source Software Engineering Tools” işi ile meşguller.
Birçok aracı kendi bünyelerinde barındırıyorlar. kesinlikle takip edilmeli.
visual source safe tarzı bir yazılım olarak msdn in bloglarından birinde yapılan ankette subversion birinci sırada idi.
burada onu da anmadan geçmeyelim. http://subversion.tigris.org/
Öte yandan server ı için visual svn yi öneririm. http://www.visualsvn.com/server/
client olaraksa iki tercihim var visual studio için paralı visualvsn veya http://ankhsvn.open.collab.net/servlets/ProjectProcess?pageID=3797 adresindeki ankhSVN
mutlaka atlanmadan geçilmemesi gereken SVN client ı ise : http://tortoisesvn.net/
komple proje yönetimi falan işleri için incelenmesi gereken bir ürün : http://www.open.collab.net/
öte yandan kullandığım http://www.16bugs.com/ sitesini müşteri ilişkileri açısından çok yalın ve işgörür bulduğumu belirtmeden geçemeyeceğim. kendileri bug tracink olarak geçerler.
http://www.vdstech.com/index.htm
birçok belediye tarafından kullanıldığı kulağıma geldi.
aklımızda olsun…
Label1.Text = objectid.ToString() + ” : “ + il_adi;string lbl1BackString = “”;
using (System.IO.StringWriter sw = new System.IO.StringWriter()){
HtmlTextWriter htw = new HtmlTextWriter(sw);Label1.RenderControl(htw);
lbl1BackString = sw.ToString();
}
CallbackResult CallBackLabel1 = new CallbackResult(“span”, “Label1″, “innercontent”, lbl1BackString);map1.CallbackResults.Add(CallBackLabel1);
SELECT o.object_id,s.sid,s.serial#,o.object_type,o.object_name,
l.oracle_username,os_user_name,locked_mode,s.program
FROM v$locked_object l,dba_objects o,v$session s
WHERE l.object_id = o.object_id AND l.session_id=s.sid
ALTER SYSTEM KILL SESSION ’sid,serial’
kaynak:http://blog.harunpeksen.net/2007/07/oracleda-kill-process-ilemi.html
Powered by WordPress