小编c69*_*c69的帖子

jquery自动完成使用旧版本的浏览器而不是新版本?

这是我自动完成的JSON数据

{ "list" : [ {
    "genericIndicatorId" : 100,
    "isActive" : false,
    "maxValue" : null,
    "minValue" : null,
    "modificationDate" : 1283904000000,
    "monotone" : 1,
    "name":"Abbau",
    "old_name" : "abbau_change_delete_imac",
    "position" : 2,
    "systemGraphics" : "000000",
    "unitId" : 1,
    "valueType" : 1,
    "description" : "Abbau",
    "weight" : 1
}]}
Run Code Online (Sandbox Code Playgroud)

我写的代码是

$("#<portlet:namespace />giName").autocomplete({
            source :`enter code here` function( request, response ) {
                $.post(
                    "<%=AJAXgetGIs%>",
                    {
                        "<%=Constants.INDICATOR_NAME%>" : request.term,
                        "<%=Constants.SERVICE_ID%>" : <%=serviceId%>
                    },
                    function( data ) {
                        response( $.map( data.list, function( item ) { …
Run Code Online (Sandbox Code Playgroud)

javascript php jquery json jquery-ui-autocomplete

9
推荐指数
1
解决办法
590
查看次数

从URL栏中删除Javascript?

因此,最近的Facebook网络钓鱼丑闻,谷歌浏览器(我假设其他浏览器)禁用了将javascript直接粘贴到您的网址栏的功能.好吧它仍然可以让你,但它剥离了"javascript:"部分.

有没有人想出一个解决方案?我卡住了:(

增加细节:

Facebook网络钓鱼丑闻 - 当人们使用javascript编码进入他们的网址并且邀请他们的所有朋友参加活动或在每个朋友的墙上发布恶意内容的人们.

我正在尝试找到一个能够直接将javascript粘贴到URL中的工作 - 自己测试它

javascript: alert('Hello World')
Run Code Online (Sandbox Code Playgroud)

立即(至少对我来说)剥离代码的"javascript:"部分.仅限谷歌浏览器

javascript security url

9
推荐指数
3
解决办法
4707
查看次数

未捕获(承诺中):类型错误:无法读取角度 10 中未定义的属性“?cmp”

当我尝试加载刚刚用 --prod 标志编译的应用程序时,我收到此错误Uncaught (in promise): TypeError: Cannot read property \'\xc9\xb5cmp\' of undefined in angular,并将 optimization 和 buildOptimizer 设置为 true,当我将两者设置为 false 时,问题消失,应用程序加载时没有问题,但应用程序大小更大,并且性能不符合预期,我需要构建一个将 optimization 和 buildOptimizer 设置为 true 的产品,有人对这个问题有好的解决方案吗?

\n

角度.json 文件:

\n
            "staging": {\n              "fileReplacements": [\n                {\n                  "replace": "src/environments/environment.ts",\n                  "with": "src/environments/environment.staging.ts"\n                }\n              ],\n              "optimization": true,\n              "outputHashing": "all",\n              "sourceMap": false,\n              "extractCss": true,\n              "namedChunks": false,\n              "extractLicenses": true,\n              "vendorChunk": false,\n              "buildOptimizer": true,\n              "budgets": [\n                {\n                  "type": "initial",\n                  "maximumWarning": "2mb",\n                  "maximumError": "5mb"\n                },\n                {\n                  "type": "anyComponentStyle",\n                  "maximumWarning": "6kb",\n                  "maximumError": "10kb"\n                }\n              ]\n            }\n …
Run Code Online (Sandbox Code Playgroud)

angular angular-ivy angular10

9
推荐指数
2
解决办法
2万
查看次数

输入字段从CSS3过渡中留下工件(在Chrome 15中)

http://jsfiddle.net/danielcgold/SYgzJ/

当你点击输入然后继续模糊时,工件会留在Chrome 15的屏幕上.我首先在我正在开发的网站上注意到这个问题所以我除了输入字段和按钮之外的所有内容.当我删除按钮时,转换发生就好了.有任何想法吗?

css google-chrome css3 css-transitions

8
推荐指数
1
解决办法
2793
查看次数

refinerycms图像无法加载 - 蜻蜓错误

我正在开发一个在本地工作良好的refinerycms rails应用程序,现在我已将它移动到我的VPS,我遇到的问题是我通过refinerycms上传的图像没有加载,我一直在阅读我需要升级我的imagemagick版本.我从6.2.8升级到6.7.8.现在图像都加载到某些页面上,但不在管理端加载.

是什么导致了这个问题?这是错误的堆栈跟踪.

Dragonfly::Shell::CommandFailed (Command failed (convert '/var/www/vhosts/tomstestsite.us/PersonalTrainingKT/public/system/refinery/images/2012/06/03/16_36_48_339_pamLemke_after.jpg' '-resize' '225x255>' '/tmp/dragonfly20120705-7812-1xb3pce') with exit status 127):
  dragonfly (0.9.12) lib/dragonfly/shell.rb:29:in `raise_shell_command_failed'
  dragonfly (0.9.12) lib/dragonfly/shell.rb:23:in `run'
  dragonfly (0.9.12) lib/dragonfly/image_magick/utils.rb:17:in `convert'
  dragonfly (0.9.12) lib/dragonfly/image_magick/processor.rb:103:in `convert'
  dragonfly (0.9.12) lib/dragonfly/image_magick/processor.rb:27:in `resize'
  dragonfly (0.9.12) lib/dragonfly/image_magick/processor.rb:87:in `thumb'
  dragonfly (0.9.12) lib/dragonfly/function_manager.rb:39:in `call'
  dragonfly (0.9.12) lib/dragonfly/function_manager.rb:39:in `block (2 levels) in call_last'
  dragonfly (0.9.12) lib/dragonfly/function_manager.rb:38:in `catch'
  dragonfly (0.9.12) lib/dragonfly/function_manager.rb:38:in `block in call_last'
  dragonfly (0.9.12) lib/dragonfly/function_manager.rb:37:in `each'
  dragonfly (0.9.12) lib/dragonfly/function_manager.rb:37:in `call_last'
  dragonfly (0.9.12) lib/dragonfly/processor.rb:5:in `process'
  dragonfly (0.9.12) lib/dragonfly/job.rb:79:in `apply'
  dragonfly (0.9.12) lib/dragonfly/job.rb:253:in …
Run Code Online (Sandbox Code Playgroud)

ruby-on-rails refinerycms ruby-on-rails-3 dragonfly-gem

8
推荐指数
2
解决办法
4126
查看次数

Google Stackdriver日志记录中的日志级别

已配置的Google Stackdriver登录其中一个GCE VM,一切正常,但日志级别除外.在文件中使用了参数log_level

/etc/google-fluentd/config.d/tomcat.conf

按照http://docs.fluentd.org/articles/in_tail中的规定, 但即使这样,在Console Log Viewer中也无法查看不同级别的日志.有没有特定的方法为Google Cloud配置流畅的代理?

google-compute-engine fluentd google-cloud-platform stackdriver

8
推荐指数
1
解决办法
2110
查看次数

是否有理由在类型和接口前使用declare关键字?

我遇到过这样的代码:

declare type A = { ... };
declare interface B { ... }
Run Code Online (Sandbox Code Playgroud)

从搜索declare关键字(并且由于某种原因没有指向我的TypeScript文档),declare在JavaScript中存在变量并且您需要从TypeScript引用它时使用,因此您向编译器声明此变量确实存在.

我发现使用此关键字的所有示例都使用如下: declare var a;

为什么我会在一个type或之前使用它interface?根据我的理解declare,这样做完全没用,但编译器没有给我任何错误.

declare typescript

8
推荐指数
1
解决办法
784
查看次数

JsDoc 联合类型与对象不起作用

我对此无计可施。看起来它应该可以工作,我已经为此奋斗了几个小时,但我不确定出了什么问题。这是我能想到的最小的例子。我什至有一个类型保护程序。

/** @typedef {{ a: string }} TypeA*/
/** @typedef {{ b: string }} TypeB*/
/** @typedef {(TypeA | TypeB) } TypeC */

/** @type {TypeC} */
let typeC;

console.log(typeC.b) // autocompletion for property b doesn't work
Run Code Online (Sandbox Code Playgroud)

我收到错误:

Property 'b' does not exist on type '{ a: string; } | { b: string; }'.
  Property 'b' does not exist on type '{ a: string; }'.ts(2339)
Run Code Online (Sandbox Code Playgroud)

javascript jsdoc typescript

8
推荐指数
1
解决办法
7355
查看次数

与 Google Cloud Monitoring 相比,使用 Prometheus 进行基于 SLO 的监控有何优势?

我正在致力于创建基于 SLO 的监控。到目前为止,我一直在使用 Google 云监控解决方案,例如仪表板、警报和正常运行时间检查。

我注意到 GCP 现在有 Prometheus 托管服务。

我的问题是使用 Prometheus(不仅仅是 Google 管理的)进行监控有什么优势。有什么是使用 Prometheus 可以实现而 Google Cloud Monitoring 无法实现的吗?

google-cloud-platform prometheus google-cloud-monitoring monitoring-query-language

7
推荐指数
1
解决办法
2529
查看次数

Angular 4在哪里为*ngIf定义"as local-var"行为?

我试图了解ngIf定义的"as local-var"可选行为在哪里,例如: *ngIf="user$ | async as user"

尝试在源代码中查看明显的位置,例如 https://github.com/angular/angular/blob/master/packages/common/src/directives/ng_if.ts

但代码中没有任何内容,只有文档.

有没有人知道这个魔法发生在代码中的哪个位置?

open-source rxjs angular

6
推荐指数
1
解决办法
4340
查看次数