Filter
Exclude
Time range
-
Near
Replying to @yazilimcikisi
İlk sürümde tümünü kapatıp açtırıyorduk, sonrasında ise parametrik olarak revize ettiğimizde belirli sayfalardaki logları kodlama ile açıp kapattık. Misal AnaForm kısımlarında AnaFormHata demiştik, AnaFormBilgi ise işlem tamamlama logu gibi vs. Tabi bu ilk başta ayrı bir zaman ve efor alıyordu. Başka bir proje de ise anlık LocalDB de tutup gerektiğinde parametrik log çekiyorduk.
1
43
Replying to @fikretakincom
reg add "HKLM\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device" /v "ForcedPhysicalSectorSizeInBytes" /t reg_multi_sz /d "* 4095" /f cmd, yönetici çalıştır. komutu uygula, kurulur. sorun her ne kadar farklı gibi gözükse de, samsung ve wd disklerde msssql kurarken sektör ayırma sorunu var. disk samsung ise direk komutu yazıp, yeniden başlatıp kuruluma başlıyoruz. localdb kuruldu gözükür ama start almaz. express hiç kurulmaz.
1
2
13
286
フロントエンドのこと考えないなら SQL Server LocalDB じゃないかな。
ACCESSはもう、Microsoftからしたら、役目を終えたツールなんだろうか? 別のDBツールはあるのかな?
2
110
Mar 13
Fixing SQL Server 2025 LocalDB in Visual Studio 2026: Enabling REGEXP and VECTOR Support If you're a developer using SQL Server LocalDB with Visual Studio 2026 and you've tried to use the exciting new REGEXP_* functions or the VECTOR data type, you may have encountered a frustrating crash. Here's what's happening and how to fix it. erikej.github.io/sqlserver/l…
2
8
29
2,839
webxos.netlify.app/chatbot A localdb based html single file chat bot agent that loads custom context as .md files.
4
4
89
Replying to @engineer_ryoma
Repository実装のテストってどうしてます? DockerとかでLocalDB立てますか? ドメインレイヤーのテスト書く時にRepository以下をモック化してRepository実装のテストってDBの扱いが面倒であんまり書かないんですよね…
2
2
1,097
Replying to @jackfriks
I use localdb
1
2
59
7 Dec 2025
webxos.netlify.app/chatbot a complete session/localdb based markdown trained agent. You train and control 100% of the data. Designed to run off markdown pre training context windows and zero API access. @grok @AskPerplexity
4
4
141
3 Dec 2025
Token Forged is a new lightweight way to make $tokens on the fly. easier than pump fun. non monetary value tokens that actually encrypt your data for free on a true decentralized blockchain that will never be integrated with financial banking. 100% BLOCKCHAIN primitive localdb only network. wallets are hashed and created using markdown as a medium. Create your own network, your own wallets, for your own mining. All in one easy to use app, with basic cryptography functionality. A backup wallets, network, whatever you need. webxos.netlify.app/TOKENFORG… @token_forged
1
4
5
114
Replying to @erenturkmen
15 yıl DB Administration deneyimiyle: Ekran görüntüsüne bakıp karar verilmez. Net bilgi için transaction log’ların incelenmesi gerekiyor. Ek Bilgi: Localdb üzerinden de bu işlemler yapılır. İyi yazılımcı, iyi DB uzmanı demek değildir (tersi de geçerli)
1
18
12,482
Replying to @VisibleDiver
There is no such thing as a RAG DB, there are vector databases that help in semantic search, which would help you find the component you need with natural language. But Claude Code doesn't have a localdb at all. It does have a context window.
1
1
423
Rider 2025.3 EAP 3 is out now, featuring: 📑 Solution Explorer improvements for @unity and @UnrealEngine . 🔍 Better Find Usages for Blueprints and JavaScript private methods. 🗄 Stable connections to Microsoft SQL Server LocalDB. Download the build here: jetbrains.com/rider/nextvers…
1
2
21
3,088
Replying to @LeonH
感謝回應。我說明一下我的理解,提供給你參考: 在捏單元測試的時候,通常會希望把驗證的關注點放在我們的目標單元。為了不要讓測試受到其他不穩定因素影響,就需要把外部的依賴項目做隔離,也就是用替身和控制測試環境的方式來處理掉外部依賴項目,藉此專注在受測單元的行為是否符合預期。 資料庫做為一個外部服務,當然也在需要被隔離的對象裡面。畢竟我們不會希望資料庫的版本、連線、測資等外部因素影響到我們正在觀察的單元運行。 那如果我們想測的東西包含跟資料庫的互動怎麼辦?例如說,我們服務裡寫了一卡車 SQL,當然會想驗證這些 SQL 操作結果是否正確,這時候就得往整合的方向靠,另外捏一些服務和資料庫之間的整合測例,然後開開心心地用測試框架驗證,確保兩者互動是符合預期的。 但即使如此,我們仍然得控制好測試所用到的環境,像是使用獨立、乾淨的 LocalDB,或是香香的 TestContainers 等等,並在測試前建立環境、測試後清除環境,確保我們的測試都是乾淨、可控制、可重複的。 回到主題,這位仁兄能夠奪得我心目中的第一呢,是因為他老兄直接在單元測試的測案裡連到其他部門的測試資料庫操作,也就是說當A服務的單元測試在跑的時候,隔壁部門的服務可能查得到測試資料;如果隔壁部門調整測試環境或是改到測資,就會使得A服務的單元測試失效…… 這樣的測試既不獨立也不穩定,基本上已經離「單元測試」很遠很遠了。 大概這樣,有誤解的地方也歡迎路過朋朋們幫忙補充。
2
8
231
Replying to @LeonH
想先確認一下,你這邊提到的「測試環境的 DB」是獨立給這組單元測試使用的 DB,例如說開個 localDB,只在測試初始化準備環境並在測試結束後清除的那種,還是真的有許多功能和現有服務正在使用的實際 DB?
1
2
108
23 Aug 2025
Replying to @ShadofSparta
We will see if I can finish the concept, it's going to be a journey ⌚ 🗒 ✏ beta phase still, lots of bugs, but the wallet and hashing localdb seem to work with a basic oauth functionality...
1
1
36
Flutterfasttemplate.com Update # 4 - Added Onesignal SDK & API Integration - Added LocalDB (sqflite) 👉 flutterfasttemplate.com Join the waitlist now to get 50% off #flutter #flutterdev #FlutterDev #MobileAppDevelopment #UIUX #PageFlip #Animation #MadeWithFlutter
2
425
4 Jul 2025
Replying to @al3x_n3ff
Hi,Thank you for your work. this is awesome. For my curiosity, the .ps1 you drop in the server is like detailed in this article ? blog.xpnsec.com/azuread-conn… So for the new version, either need inject code or the LocalDB instance is running as the MSOL to perform this attack right ?

1
6
397