问题标签 [webgrease]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-mvc - js文件加载时出现System.OutOfMemoryException错误
@Scripts.Render()
抛出此错误;
An exception of type 'System.OutOfMemoryException' occurred in WebGrease.dll but was not handled in user code
当我试图包含一个 10 MB 的 js 文件时,在我的布局页面中。其他脚本工作正常。
javascript - 如何使用greasemonkey在弹出窗口中自动填充文本字段?
所以基本上我有一个文本字段,包含以下元素。
// 文本框的元素定位器如下:
type="text" name="custom_version_ui" value="" id="custom_version_ui" placeholder="" class="custom form-control form-control-full "
我想用特定值自动填充“custom_version_ui”的文本框。此文本框出现在弹出窗口中,并且在页面加载期间不会出现。(一旦我单击呈现弹出窗口的页面上的添加结果按钮,它就会出现)。
当我们单击“添加结果”按钮时,页面的 URL 不会改变。有没有办法自动填写这些字段?
javascript - 如何与使用 GM_openInTab 打开的选项卡的元素进行交互
我正在我的 tampermonkey 脚本中使用 GM_openInTab 打开一个新选项卡,但我无法使用我的代码与这个新选项卡的元素进行交互。
我只想在新打开的选项卡中单击一个按钮,然后立即关闭它。
提前致谢!
c# - 我可以根据每个项目自己的版本要求将我的 NuGet 包版本设为默认吗?
每次我创建一个项目时,版本都会发生变化,我必须在使用项目之前重新更改它们。有什么办法可以让我的设置默认吗?
javascript - 有没有办法找出为什么 Visual Studio 2019 不会缩小 js 文件?
我不断收到此错误
scripts.render system.nullreferenceexception '对象引用未设置为对象的实例。
我已经通过许多不同的在线压缩器运行了我的代码,以查看问题可能是什么,并且我的代码在在线压缩器上没有任何问题,除了一个,它似乎不喜欢这个文件中的模板字符串,但是我的其他文件使用模板字符串并缩小精细,所以我很茫然。是的,我上网查了一下,除了“使用新的Bundle而不是新的ScriptBundle”之外没有找到任何解决方案
我在我的 BundleConfig 中使用 ScriptBundle,我可以只使用新的 Bundle,这很有效,但是我不能让用户每次点击应用程序时都执行 ctrl+f5,以便他们获得更新的 javascript 文件。
我查看了我的代码并发现了一个问题,但仅此而已。
我的堆栈跟踪是这样的,没有任何东西出现在我身上
System.NullReferenceException HResult=0x80004003 Message=对象引用未设置为对象的实例。Source=WebGrease StackTrace:在 Microsoft.Ajax.Utilities.JSParser.ParseArrowFunction(AstNode 参数) 在 Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus) 在 Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)在 Microsoft.Ajax.Utilities.JSParser.ParseStatements(Block block) 在 Microsoft.Ajax 的 Microsoft.Ajax.Utilities.JSParser.ParseExpressionStatement(Boolean fSourceElement)。 Utilities.JSParser.InternalParse() 在 Microsoft.Ajax.Utilities.JSParser.Parse(DocumentContext sourceContext) 在 Microsoft.Ajax.Utilities.Minifier.MinifyJavaScript(String source,
1 bundleFiles) at System.Web.Optimization.Bundle.GenerateBundleResponse(BundleContext context) at System.Web.Optimization.Bundle.GetBundleResponse(BundleContext context) at System.Web.Optimization.BundleResolver.GetBundleContents(String virtualPath) at System.Web.Optimization.AssetManager.EliminateDuplicatesAndResolveUrls(IEnumerable
1 refs) 在 System.Web.Optimization.AssetManager.DeterminePathsToRender(IEnumerable1 assets) at System.Web.Optimization.AssetManager.RenderExplicit(String tagFormat, String[] paths) at System.Web.Optimization.Scripts.RenderFormat(String tagFormat, String[] paths) at System.Web.Optimization.Scripts.Render(String[] paths) at ASP._Page_Views_Shared__AWLayout_cshtml.Execute() in D:\Site\AWOnline\Main\AW.Framework.UI\Views\Shared\_AWLayout.cshtml:line 23 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.WebPages.WebPageBase.<>c__DisplayClass40_0.<RenderPageCore>b__0(TextWriter writer) at System.Web.WebPages.HelperResult.WriteTo(TextWriter writer) at System.Web.WebPages.WebPageBase.Write(HelperResult result) at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action
1 body) 在 System.Web.WebPages.WebPageBase.PopContext() 在 System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)在 System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) 在 System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) 在 System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context ) 在 System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) 在 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList
1个过滤器,Int32 filterIndex,ResultExecutingContext preContext,ControllerContext controllerContext,ActionResult actionResult)